Interface AdsIdentifierProvider.AdsIdentifierListener

Enclosing interface:
AdsIdentifierProvider

@Deprecated public static interface AdsIdentifierProvider.AdsIdentifierListener
Deprecated.
Batch doesn't collects the Android Advertising Identifier anymore.
Interface used to callback from
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    void
    onSuccess(String id, boolean limited)
    Deprecated.
  • Method Details

    • onSuccess

      @Deprecated void onSuccess(String id, boolean limited)
      Deprecated.
      Called on success with the id & if the user selected to opt-out from ads
      Parameters:
      id -
      limited -
    • onError

      @Deprecated void onError(Exception e)
      Deprecated.
      Called on error
      Parameters:
      e -