toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.push
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.push.pushconfig
/
PushFactory
Push
Factory
io.rong.push
public
class
PushFactory
Members
Constructors
Push
Factory
Link copied to clipboard
io.rong.push
public
void
PushFactory
(
)
Functions
get
Push
Processor
By
Type
Link copied to clipboard
io.rong.push
public
static
IPush
getPushProcessorByType
(
PushType pushType
)
根据推送类型获取对应的处理器
set
Push
Processor
Link copied to clipboard
io.rong.push
public
static
void
setPushProcessor
(
PushType pushType
,
IPush processor
)
设置指定推送的处理器,一般用于自定义处理第三方推送,以便解决和极光个推等的冲突问题。 此方法需要在 init 之前, 仅在主进程调用