showConsentPrompt

suspend fun showConsentPrompt(activity: FragmentActivity, document: ConsentDocument, request: Request, trustPoint: TrustPoint?): Boolean

Show the Consent prompt

Async function that renders the Consent Prompt (Composable) from a Dialog Fragment. Returns a Boolean identifying that user tapped on Confirm or Cancel button.