public interface AdsIdentifierProvider.AdsIdentifierListener
Interface used to callback from
abstract void
onSuccess(String id, boolean limited)
onError(Exception e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(String id, boolean limited)
Called on success with the id & if the user selected to opt-out from ads
abstract void onError(Exception e)
Called on error