Interface AdsIdentifierProvider.AdsIdentifierListener

  • Enclosing interface:
    AdsIdentifierProvider

    public static interface AdsIdentifierProvider.AdsIdentifierListener
    Interface used to callback from
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onError​(java.lang.Exception e)
      Called on error
      void onSuccess​(java.lang.String id, boolean limited)
      Called on success with the id & if the user selected to opt-out from ads
    • Method Detail

      • onSuccess

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

        void onError​(java.lang.Exception e)
        Called on error
        Parameters:
        e -