onReceiveToken

public void onReceiveToken(Context context, PushType pushType, String token)
public void onReceiveToken(Context context, PushType pushType, String token, String area)

Receives the token information returned by the third-party push notification platform.

Parameters

context

The context.

pushType

The push notification type.

token

The token information returned by the third-party push notification platform.


public void onReceiveToken(Context context, PushType pushType, String token, String area, boolean internal)