Uses of Class
cn.leancloud.LCInstallation
Packages that use LCInstallation
-
Uses of LCInstallation in cn.leancloud
Methods in cn.leancloud that return LCInstallationModifier and TypeMethodDescriptionprotected static LCInstallationLCInstallation.createInstanceFromLocal(String fileName) static LCInstallationLCInstallation.getCurrentInstallation()Methods in cn.leancloud that return types with arguments of type LCInstallationModifier and TypeMethodDescriptionLCQuery<? extends LCInstallation> LCPush.getPushQuery()Return push query instance.static LCQuery<LCInstallation> LCInstallation.getQuery()Method parameters in cn.leancloud with type arguments of type LCInstallationModifier and TypeMethodDescriptionstatic io.reactivex.Observable<JSONObject> LCPush.sendDataInBackground(JSONObject data, LCQuery<? extends LCInstallation> query) A helper method to concisely send a push to a query.static voidLCPush.sendDataInBackground(JSONObject data, LCQuery<? extends LCInstallation> query, SendCallback callback) A helper method to concisely send a push to a query.static io.reactivex.Observable<JSONObject> LCPush.sendMessageInBackground(String message, LCQuery<? extends LCInstallation> query) A helper method to concisely send a push message to a query.static voidLCPush.sendMessageInBackground(String message, LCQuery<? extends LCInstallation> query, SendCallback callback) A helper method to concisely send a push message to a query.voidLCPush.setQuery(LCQuery<? extends LCInstallation> query) Sets the query for this push for which this push notification will be sent.