ConsentManager

interface ConsentManager

A interface that needs to be implemented and provided by the app to provide the consent text and handle consent actions.

See also

edu.stanford.bdh.engagehf.onboarding.EngageConsentManager

Functions

Link copied to clipboard
abstract suspend fun getMarkdownText(): String
Link copied to clipboard
abstract suspend fun onConsented()
Link copied to clipboard
abstract suspend fun onConsentFailure(error: Throwable)