Package cn.leancloud.core
Class PushClient
java.lang.Object
cn.leancloud.core.PushClient
-
Constructor Summary
ConstructorsConstructorDescriptionPushClient(cn.leancloud.service.PushService service, boolean asyncRequest, AppConfiguration.SchedulerCreator observerSchedulerCreator) -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.Observable<JSONObject> sendPushRequest(Map<String, Object> param)
-
Constructor Details
-
PushClient
public PushClient(cn.leancloud.service.PushService service, boolean asyncRequest, AppConfiguration.SchedulerCreator observerSchedulerCreator)
-
-
Method Details
-
sendPushRequest
-