Package io.rong.push.pushconfig
Class PushFactory
-
- All Implemented Interfaces:
public class PushFactory
/~chinese 根据推送类型获取对应的处理器
-
-
Constructor Summary
Constructors Constructor Description PushFactory()
-
Method Summary
Modifier and Type Method Description static IPush
getPushProcessorByType(PushType pushType)
/~english static void
setPushProcessor(PushType pushType, IPush processor)
/~english -
-
Method Detail
-
getPushProcessorByType
static IPush getPushProcessorByType(PushType pushType)
/~english
-
setPushProcessor
static void setPushProcessor(PushType pushType, IPush processor)
/~english
-
-
-
-