Package 

Interface CleverTapAPI.RequestDevicePushTokenListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onDevicePushToken(String token, PushType type)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onDevicePushToken

         abstract void onDevicePushToken(String token, PushType type)
        Parameters:
        token - the device token
        type - the token type com.clevertap.android.sdk.