-
@RestrictTo(value = Scope.LIBRARY) public interface CleverTapAPI.RequestDevicePushTokenListener
Implement to get called back when the device push token is received
-
-
Method Summary
Modifier and Type Method Description abstract voidonDevicePushToken(String token, PushType type)-
-
Method Detail
-
onDevicePushToken
abstract void onDevicePushToken(String token, PushType type)
- Parameters:
token- the device tokentype- the token type com.clevertap.android.sdk.
-
-
-
-