- saveContentToFile(String, File) - Method in class com.avos.avoscloud.internal.impl.SimplePersistence
-
- saveContentToFile(byte[], File) - Method in class com.avos.avoscloud.internal.impl.SimplePersistence
-
- savePersistentSettingBoolean(String, String, Boolean) - Method in class com.avos.avoscloud.internal.impl.SimplePersistence
-
- savePersistentSettingInteger(String, String, Integer) - Method in class com.avos.avoscloud.internal.impl.SimplePersistence
-
- savePersistentSettingLong(String, String, Long) - Method in class com.avos.avoscloud.internal.impl.SimplePersistence
-
- savePersistentSettingString(String, String, String) - Method in class com.avos.avoscloud.internal.impl.SimplePersistence
-
- saveToDocumentDir(String, String, String) - Method in class com.avos.avoscloud.internal.impl.SimplePersistence
-
- send() - Method in class com.avos.avoscloud.AVPush
-
Sends this push notification while blocking this thread until the push notification has
successfully reached the AVOSCloud servers.
- sendDataInBackground(JSONObject, AVQuery<? extends AVObject>, SendCallback) - Static method in class com.avos.avoscloud.AVPush
-
A helper method to concisely send a push to a query.
- sendInBackground() - Method in class com.avos.avoscloud.AVPush
-
Sends this push notification in a background thread.
- sendInBackground(SendCallback) - Method in class com.avos.avoscloud.AVPush
-
Sends this push notification in a background thread.
- sendMessageInBackground(String, AVQuery<? extends AVObject>) - Static method in class com.avos.avoscloud.AVPush
-
A helper method to concisely send a push message to a query.
- sendMessageInBackground(String, AVQuery<? extends AVObject>, SendCallback) - Static method in class com.avos.avoscloud.AVPush
-
A helper method to concisely send a push message to a query.
- setChannel(String) - Method in class com.avos.avoscloud.AVPush
-
Sets the channel on which this push notification will be sent.
- setChannels(Collection<String>) - Method in class com.avos.avoscloud.AVPush
-
Sets the collection of channels on which this push notification will be sent.
- setCloudQuery(String) - Method in class com.avos.avoscloud.AVPush
-
可以通过 cql来针对push进行筛选
请注意cql 的主体应该是_Installation表
请在设置cql的同时,不要设置pushTarget(ios,android,wp)
- setCurrentUser(AVUser, boolean) - Method in class com.avos.avoscloud.internal.impl.SimplePersistence
-
- setData(Map<String, Object>) - Method in class com.avos.avoscloud.AVPush
-
Sets the entire data of the push message.
- setData(JSONObject) - Method in class com.avos.avoscloud.AVPush
-
Sets the entire data of the push message.
- setDebugLogEnabled(boolean) - Static method in class com.avos.avoscloud.AVOSCloud
-
- setEnv() - Method in class com.avos.avoscloud.internal.impl.JavaAppConfiguration
-
- setExpirationTime(long) - Method in class com.avos.avoscloud.AVPush
-
Sets a UNIX epoch timestamp at which this notification should expire, in seconds (UTC).
- setExpirationTimeInterval(long) - Method in class com.avos.avoscloud.AVPush
-
Sets the time interval after which this notification should expire, in seconds.
- setMasterKey(String) - Method in class com.avos.avoscloud.internal.impl.JavaAppConfiguration
-
- setMasterKey(String) - Method in interface com.avos.avoscloud.internal.MasterKeyConfiguration
-
- setMessage(String) - Method in class com.avos.avoscloud.AVPush
-
Sets the message that will be shown in the notification.
- setNetworkTimeout(int) - Static method in class com.avos.avoscloud.AVOSCloud
-
Set network timeout in milliseconds.default is 10 seconds.
- setProductionMode(boolean) - Method in class com.avos.avoscloud.AVPush
-
设定iOS推送是否是生产环境
- setPushDate(Date) - Method in class com.avos.avoscloud.AVPush
-
Set the push date at which the push will be sent.
- setPushToAndroid(boolean) - Method in class com.avos.avoscloud.AVPush
-
- setPushToIOS(boolean) - Method in class com.avos.avoscloud.AVPush
-
- setPushToWindowsPhone(boolean) - Method in class com.avos.avoscloud.AVPush
-
- setQuery(AVQuery<? extends AVObject>) - Method in class com.avos.avoscloud.AVPush
-
Sets the query for this push for which this push notification will be sent.
- setShouldUseMasterKey(boolean) - Static method in class com.avos.avoscloud.AVOSCloud
-
- setupThreadPoolExecutor(ThreadPoolExecutor) - Method in class com.avos.avoscloud.internal.impl.JavaAppConfiguration
-
- setUseMasterKey(boolean) - Method in class com.avos.avoscloud.internal.impl.JavaRequestSignImplementation
-
- showInternalDebugLog() - Static method in class com.avos.avoscloud.AVOSCloud
-
- SimplePersistence - Class in com.avos.avoscloud.internal.impl
-
- SimplePersistence() - Constructor for class com.avos.avoscloud.internal.impl.SimplePersistence
-