Uses of Class
cn.leancloud.callback.SendCallback
Packages that use SendCallback
-
Uses of SendCallback in cn.leancloud
Methods in cn.leancloud with parameters of type SendCallbackModifier and TypeMethodDescriptionstatic 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(String message, LCQuery<? extends LCInstallation> query, SendCallback callback) A helper method to concisely send a push message to a query. -
Uses of SendCallback in cn.leancloud.convertor
Methods in cn.leancloud.convertor with parameters of type SendCallbackModifier and TypeMethodDescriptionstatic cn.leancloud.convertor.ObserverBuilder.SingleObjectObserver<LCNull> ObserverBuilder.buildSingleObserver(SendCallback callback) build observer for SendCallback