类的使用
cn.leancloud.callback.SendCallback
-
使用SendCallback的程序包 程序包 说明 cn.leancloud cn.leancloud.convertor -
-
cn.leancloud中SendCallback的使用
参数类型为SendCallback的cn.leancloud中的方法 修饰符和类型 方法 说明 static voidLCPush. sendDataInBackground(JSONObject data, LCQuery<? extends LCInstallation> query, SendCallback callback)A helper method to concisely send a push to a query.voidLCPush. sendInBackground(SendCallback callback)Sends this push notification in a background thread.static voidLCPush. sendMessageInBackground(java.lang.String message, LCQuery<? extends LCInstallation> query, SendCallback callback)A helper method to concisely send a push message to a query. -
cn.leancloud.convertor中SendCallback的使用
参数类型为SendCallback的cn.leancloud.convertor中的方法 修饰符和类型 方法 说明 static cn.leancloud.convertor.ObserverBuilder.SingleObjectObserver<LCNull>ObserverBuilder. buildSingleObserver(SendCallback callback)build observer for SendCallback
-