-
public interface CleverTapAPI.DevicePushTokenRefreshListenerImplement to get called back when the device push token is refreshed
-
-
Method Summary
Modifier and Type Method Description abstract voiddevicePushTokenDidRefresh(String token, PushType type)-
-
Method Detail
-
devicePushTokenDidRefresh
abstract void devicePushTokenDidRefresh(String token, PushType type)
- Parameters:
token- the device tokentype- the token type com.clevertap.android.sdk.
-
-
-
-