ConsentResult ConsentResult method
Instantiates a new ConsentResult.
Signature
public ConsentResult( boolean accepted,
boolean showAgain,
String userId)
Parameters
Name | Datatype | Notes |
---|---|---|
accepted |
Boolean |
True if user accepted , False otherwise |
showAgain |
Boolean |
False if user checked don't show me again , True otherwise |
userId |
String |
Defined in
ConsentResult.java
Supported Platforms
Minimum supported OS version |
Android 4.0.3 (API level 15) |