-
-
Method Summary
Modifier and Type Method Description final UnitregisterDaroAdapterManually(DaroAdapter adapter)final Unitinit(Application application, Boolean debugLogEnabled)final BooleaninitAsync(Application application, Boolean debugLogEnabled)final UnitgrantGdpr(Context context, String consentString)Grant GDPR consent to the ad network. final UnitrejectGdpr(Context context, String consentString)reject GDPR consent to the ad network. final UnitgrantCCPA(Context context, String consentString)Grant CCPA consent to the ad network. final UnitrejectCCPA(Context context, String consentString)reject CCPA consent to the ad network. final UnitgrantCOPPA(Context context)Grant COPPA consent to the ad network. final UnitrejectCOPPA(Context context)reject COPPA consent to the ad network. final UnitsetUserId(Context context, String userId)final UnitopenDebugger(Context context)final StringgetTAG()-
-
Method Detail
-
registerDaroAdapterManually
final Unit registerDaroAdapterManually(DaroAdapter adapter)
-
init
final Unit init(Application application, Boolean debugLogEnabled)
-
initAsync
final Boolean initAsync(Application application, Boolean debugLogEnabled)
-
grantGdpr
final Unit grantGdpr(Context context, String consentString)
Grant GDPR consent to the ad network.
- Parameters:
context- : Android ContextconsentString- : GDPR consent string.
-
rejectGdpr
final Unit rejectGdpr(Context context, String consentString)
reject GDPR consent to the ad network.
- Parameters:
context- : Android ContextconsentString- : GDPR consent string.
-
grantCCPA
final Unit grantCCPA(Context context, String consentString)
Grant CCPA consent to the ad network.
- Parameters:
context- : Android ContextconsentString- : CCPA consent string.
-
rejectCCPA
final Unit rejectCCPA(Context context, String consentString)
reject CCPA consent to the ad network.
- Parameters:
context- : Android ContextconsentString- : CCPA consent string.
-
grantCOPPA
final Unit grantCOPPA(Context context)
Grant COPPA consent to the ad network.
- Parameters:
context- : Android Context
-
rejectCOPPA
final Unit rejectCOPPA(Context context)
reject COPPA consent to the ad network.
- Parameters:
context- : Android Context
-
openDebugger
final Unit openDebugger(Context context)
-
-
-
-