toggle menu
Android-IMLibCore-SDK
5.6.7
io.rong.push
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.push
/
PushManager
/
onReceiveToken
on
Receive
Token
io.rong.push
public
void
onReceiveToken
(
Context context
,
PushType pushType
,
String
token
)
接受到第三方推送平台返回的 token 信息。
Parameters
context
上下文
push
Type
推送类型
token
第三方推送平台返回的 token 信息。
public
void
onReceiveToken
(
Context context
,
PushType pushType
,
String
token
,
boolean internal
)