Callback to be provided by you to know when and which consent notifications to display to user.
Signature
public void consents(Collection<Consent> consents,
ConsentCompletionCallback consentCompletionCallback
);
Parameters
| Name | Datatype | Notes |
|---|---|---|
| consents |
Collection<Consent> |
|
| consentCompletionCallback |
ConsentCompletionCallback |
Defined in
ConsentCallback.java
Supported Platforms
| Minimum supported OS version |
Android 4.0.3 (API level 15) |