ConsentForm

public interface ConsentForm


A rendered form for collecting consent from a user.

Summary

Nested types

Interface definition for a callback to be invoked when a consent form is dismissed.

Public methods

abstract void
show(
    Activity activity,
    ConsentForm.OnConsentFormDismissedListener onConsentFormDismissedListener
)

Shows the consent form.

Public methods

show

abstract void show(
    Activity activity,
    ConsentForm.OnConsentFormDismissedListener onConsentFormDismissedListener
)

Shows the consent form.

Parameters
Activity activity

The activity showing the consent form.

ConsentForm.OnConsentFormDismissedListener onConsentFormDismissedListener

The listener that gets called when the consent form is dismissed.