on Receive Token
Receives the token information returned by the third-party push notification platform.
Parameters
context
The context.
push Type
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)