ConsentForm

public interface ConsentForm

A rendered form for collecting consent from a user.

Nested Class Summary

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

Public Method Summary

abstract void
show(Activity activity, ConsentForm.OnConsentFormDismissedListener onConsentFormDismissedListener)
Shows the consent form.

Public Methods

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

Shows the consent form.

Parameters
activity The activity showing the consent form.
onConsentFormDismissedListener The listener that gets called when the consent form is dismissed.