Package com.batch.android
Interface AdsIdentifierProvider.AdsIdentifierListener
-
- Enclosing interface:
- AdsIdentifierProvider
public static interface AdsIdentifierProvider.AdsIdentifierListenerInterface used to callback from
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(java.lang.Exception e)Called on errorvoidonSuccess(java.lang.String id, boolean limited)Called on success with the id & if the user selected to opt-out from ads
-