A rendered form for collecting consent from a user.
| interface | ConsentForm.OnConsentFormDismissedListener | Interface definition for a callback to be invoked when a consent form is dismissed. | |
| abstract void |
show(Activity
activity,
ConsentForm.OnConsentFormDismissedListener onConsentFormDismissedListener)
Shows the consent form.
|
Shows the consent form.
| activity | The activity showing the consent form. |
|---|---|
| onConsentFormDismissedListener | The listener that gets called when the consent form is dismissed. |