- CHARSET - 接口 中的静态变量cn.jpush.api.common.connection.IHttpClient
-
- checkArgument(boolean) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkBasic(String, String) - 类 中的静态方法cn.jpush.api.common.ServiceHelper
-
- checkElementIndex(int, int) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures that index specifies a valid element in an array, list or string of size
size.
- checkElementIndex(int, int, String) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures that index specifies a valid element in an array, list or string of size
size.
- checkMsgids(String) - 类 中的静态方法cn.jpush.api.report.ReportClient
-
- checkNotNull(T) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object...) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkPositionIndex(int, int) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures that index specifies a valid position in an array, list or string of
size size.
- checkPositionIndex(int, int, String) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures that index specifies a valid position in an array, list or string of
size size.
- checkPositionIndexes(int, int, int) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures that start and end specify a valid positions in an array, list
or string of size size, and are in order.
- checkState(boolean) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, Object) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object...) - 类 中的静态方法cn.jpush.api.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkUsername(String) - 类 中的静态方法cn.jpush.api.common.ServiceHelper
-
- click - 类 中的变量cn.jpush.api.report.MessagesResult.Android
-
- click - 类 中的变量cn.jpush.api.report.MessagesResult.Ios
-
- click - 类 中的变量cn.jpush.api.report.MessagesResult.Winphone
-
- ClientConfig - cn.jpush.api.common中的类
-
- cn.jpush.api - 程序包 cn.jpush.api
-
- cn.jpush.api.common - 程序包 cn.jpush.api.common
-
- cn.jpush.api.common.connection - 程序包 cn.jpush.api.common.connection
-
- cn.jpush.api.common.resp - 程序包 cn.jpush.api.common.resp
-
- cn.jpush.api.device - 程序包 cn.jpush.api.device
-
Devices API features.
- cn.jpush.api.push - 程序包 cn.jpush.api.push
-
Push API features.
- cn.jpush.api.push.model - 程序包 cn.jpush.api.push.model
-
- cn.jpush.api.push.model.audience - 程序包 cn.jpush.api.push.model.audience
-
- cn.jpush.api.push.model.notification - 程序包 cn.jpush.api.push.model.notification
-
- cn.jpush.api.report - 程序包 cn.jpush.api.report
-
Report API features.
- cn.jpush.api.schedule - 程序包 cn.jpush.api.schedule
-
Schedule API features.
- cn.jpush.api.schedule.model - 程序包 cn.jpush.api.schedule.model
-
- cn.jpush.api.utils - 程序包 cn.jpush.api.utils
-
- code - 类 中的变量cn.jpush.api.common.resp.ResponseWrapper.ErrorEntity
-
- CONNECT_TIMED_OUT_MESSAGE - 接口 中的静态变量cn.jpush.api.common.connection.IHttpClient
-
- CONNECTION_TIMEOUT - 类 中的静态变量cn.jpush.api.common.ClientConfig
-
- CONNECTION_TIMEOUT_SCHEMA - 类 中的静态变量cn.jpush.api.common.ClientConfig
-
- content(String) - 类 中的静态方法cn.jpush.api.push.model.Message
-
- content(String, int) - 类 中的静态方法cn.jpush.api.push.model.SMS
-
Create a SMS content with a delay time.
- CONTENT_TYPE_FORM - 接口 中的静态变量cn.jpush.api.common.connection.IHttpClient
-
- CONTENT_TYPE_JSON - 接口 中的静态变量cn.jpush.api.common.connection.IHttpClient
-
- createDailySchedule(String, String, String, String, PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Create a daily schedule push everyday.
- createDailySchedule(String, String, String, String, int, PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Create a daily schedule push with a custom frequency.
- createMonthlySchedule(String, String, String, String, String[], PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Create a monthly schedule push every month at the appointed days.
- createMonthlySchedule(String, String, String, String, int, String[], PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Create a monthly schedule push with a custom frequency at the appointed days.
- createSchedule(SchedulePayload) - 类 中的方法cn.jpush.api.schedule.ScheduleClient
-
- createSingleSchedule(String, String, PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Create a single schedule.
- createWeeklySchedule(String, String, String, String, Week[], PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Create a weekly schedule push every week at the appointed days.
- createWeeklySchedule(String, String, String, String, int, Week[], PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Create a weekly schedule push with a custom frequency at the appointed days.
- SCHEDULE_HOST_NAME - 类 中的静态变量cn.jpush.api.common.ClientConfig
-
- SCHEDULE_HOST_NAME_SCHEMA - 类 中的静态变量cn.jpush.api.common.ClientConfig
-
- SCHEDULE_PATH - 类 中的静态变量cn.jpush.api.common.ClientConfig
-
- SCHEDULE_PATH_SCHEMA - 类 中的静态变量cn.jpush.api.common.ClientConfig
-
- ScheduleClient - cn.jpush.api.schedule中的类
-
- ScheduleClient(String, String) - 类 的构造器cn.jpush.api.schedule.ScheduleClient
-
- ScheduleClient(String, String, int) - 类 的构造器cn.jpush.api.schedule.ScheduleClient
-
已过时。
- ScheduleClient(String, String, int, HttpProxy) - 类 的构造器cn.jpush.api.schedule.ScheduleClient
-
已过时。
- ScheduleClient(String, String, HttpProxy, ClientConfig) - 类 的构造器cn.jpush.api.schedule.ScheduleClient
-
Create a Schedule Client with custom configuration.
- ScheduleListResult - cn.jpush.api.schedule中的类
-
- ScheduleListResult() - 类 的构造器cn.jpush.api.schedule.ScheduleListResult
-
- SchedulePayload - cn.jpush.api.schedule.model中的类
-
- SchedulePayload.Builder - cn.jpush.api.schedule.model中的类
-
- ScheduleResult - cn.jpush.api.schedule中的类
-
- ScheduleResult() - 类 的构造器cn.jpush.api.schedule.ScheduleResult
-
- segment(String...) - 类 中的静态方法cn.jpush.api.push.model.audience.Audience
-
- segment(Collection<String>) - 类 中的静态方法cn.jpush.api.push.model.audience.Audience
-
- sendAndroidMessageWithAlias(String, String, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendAndroidMessageWithAlias(String, String, SMS, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an Android message with alias.
- sendAndroidMessageWithRegistrationID(String, String, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendAndroidMessageWithRegistrationID(String, String, SMS, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an Android message with registration id.
- sendAndroidNotificationWithAlias(String, String, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendAndroidNotificationWithAlias(String, String, SMS, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send a notification to Android with alias.
- sendAndroidNotificationWithRegistrationID(String, String, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendAndroidNotificationWithRegistrationID(String, String, SMS, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send a notification to Android with RegistrationID.
- sendDelete(String) - 接口 中的方法cn.jpush.api.common.connection.IHttpClient
-
- sendDelete(String) - 类 中的方法cn.jpush.api.common.connection.NativeHttpClient
-
- sendDelete(String, String) - 类 中的方法cn.jpush.api.common.connection.NativeHttpClient
-
- sendGet(String) - 接口 中的方法cn.jpush.api.common.connection.IHttpClient
-
- sendGet(String) - 类 中的方法cn.jpush.api.common.connection.NativeHttpClient
-
- sendGet(String, String) - 类 中的方法cn.jpush.api.common.connection.NativeHttpClient
-
- sendIosMessageWithAlias(String, String, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendIosMessageWithAlias(String, String, SMS, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS message with alias.
- sendIosMessageWithRegistrationID(String, String, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendIosMessageWithRegistrationID(String, String, SMS, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS message with registration id.
- sendIosNotificationWithAlias(String, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendIosNotificationWithAlias(String, SMS, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send a notification to iOS with alias.
- sendIosNotificationWithAlias(IosAlert, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with alias.
- sendIosNotificationWithAlias(IosAlert, SMS, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with alias.
- sendIosNotificationWithAlias(JsonObject, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with alias.
- sendIosNotificationWithAlias(JsonObject, SMS, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with alias.
- sendIosNotificationWithRegistrationID(String, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendIosNotificationWithRegistrationID(String, SMS, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with registrationIds.
- sendIosNotificationWithRegistrationID(IosAlert, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with registrationIds.
- sendIosNotificationWithRegistrationID(IosAlert, SMS, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with registrationIds.
- sendIosNotificationWithRegistrationID(JsonObject, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with registrationIds.
- sendIosNotificationWithRegistrationID(JsonObject, SMS, Map<String, String>, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send an iOS notification with registrationIds.
- sendMessageAll(String) - 类 中的方法cn.jpush.api.JPushClient
-
- sendMessageAll(String, SMS) - 类 中的方法cn.jpush.api.JPushClient
-
Send a message to all
If it doesn't received within the delay time,JPush will send a SMS to the corresponding users.
- sendMessageWithRegistrationID(String, String, String...) - 类 中的方法cn.jpush.api.JPushClient
-
- sendMessageWithRegistrationID(String, String, SMS, String...) - 类 中的方法cn.jpush.api.JPushClient
-
Send a message with registrationIds.
- sendno() - 类 中的静态方法cn.jpush.api.push.model.Options
-
- sendno(int) - 类 中的静态方法cn.jpush.api.push.model.Options
-
- sendno - 类 中的变量cn.jpush.api.push.PushResult
-
- sendNotificationAll(String) - 类 中的方法cn.jpush.api.JPushClient
-
- sendNotificationAll(String, SMS) - 类 中的方法cn.jpush.api.JPushClient
-
Send a notification to all.
- sendPost(String, String) - 接口 中的方法cn.jpush.api.common.connection.IHttpClient
-
- sendPost(String, String) - 类 中的方法cn.jpush.api.common.connection.NativeHttpClient
-
- sendPush(PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Send a push with PushPayload object.
- sendPush(String) - 类 中的方法cn.jpush.api.JPushClient
-
Send a push with JSON string.
- sendPush(PushPayload) - 类 中的方法cn.jpush.api.push.PushClient
-
- sendPush(String) - 类 中的方法cn.jpush.api.push.PushClient
-
- sendPushValidate(PushPayload) - 类 中的方法cn.jpush.api.JPushClient
-
Validate a push action, but do NOT send it actually.
- sendPushValidate(String) - 类 中的方法cn.jpush.api.JPushClient
-
- sendPushValidate(PushPayload) - 类 中的方法cn.jpush.api.push.PushClient
-
- sendPushValidate(String) - 类 中的方法cn.jpush.api.push.PushClient
-
- sendPut(String, String) - 接口 中的方法cn.jpush.api.common.connection.IHttpClient
-
- sendPut(String, String) - 类 中的方法cn.jpush.api.common.connection.NativeHttpClient
-
- ServiceHelper - cn.jpush.api.common中的类
-
- ServiceHelper() - 类 的构造器cn.jpush.api.common.ServiceHelper
-
- setActionLocKey(String) - 类 中的方法cn.jpush.api.push.model.notification.IosAlert.Builder
-
- setAlert(Object) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setAlert(Object) - 类 中的方法cn.jpush.api.push.model.notification.IosNotification.Builder
-
- setAlert(Object) - 类 中的方法cn.jpush.api.push.model.notification.Notification.Builder
-
- setAlert(Object) - 类 中的方法cn.jpush.api.push.model.notification.PlatformNotification.Builder
-
- setAlert(Object) - 类 中的方法cn.jpush.api.push.model.notification.PlatformNotification
-
- setAlert(Object) - 类 中的方法cn.jpush.api.push.model.notification.WinphoneNotification.Builder
-
- setAll(boolean) - 类 中的方法cn.jpush.api.push.model.audience.Audience.Builder
-
- setAll(boolean) - 类 中的方法cn.jpush.api.push.model.Platform.Builder
-
- setApnsProduction(boolean) - 类 中的方法cn.jpush.api.common.ClientConfig
-
- setApnsProduction(boolean) - 类 中的方法cn.jpush.api.push.model.Options.Builder
-
- setApnsProduction(boolean) - 类 中的方法cn.jpush.api.push.model.Options
-
- setAudience(Audience) - 类 中的方法cn.jpush.api.push.model.PushPayload.Builder
-
- setAudienceType(AudienceType) - 类 中的方法cn.jpush.api.push.model.audience.AudienceTarget.Builder
-
- setBadge(int) - 类 中的方法cn.jpush.api.push.model.notification.IosNotification.Builder
-
- setBaseUrl(String) - 类 中的方法cn.jpush.api.push.PushClient
-
- setBigPushDuration(int) - 类 中的方法cn.jpush.api.push.model.Options.Builder
-
- setBigPushDuration(int) - 类 中的方法cn.jpush.api.push.model.Options
-
- setBuilderId(int) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setCategory(String) - 类 中的方法cn.jpush.api.push.model.notification.IosNotification.Builder
-
- setConnectionTimeout(int) - 类 中的方法cn.jpush.api.common.ClientConfig
-
- setContent(String) - 类 中的方法cn.jpush.api.push.model.SMS.Builder
-
- setContentAvailable(boolean) - 类 中的方法cn.jpush.api.push.model.notification.IosNotification.Builder
-
- setContentType(String) - 类 中的方法cn.jpush.api.push.model.Message.Builder
-
- setDefaults(boolean, long) - 类 中的方法cn.jpush.api.push.PushClient
-
已过时。
- setDelayTime(int) - 类 中的方法cn.jpush.api.push.model.SMS.Builder
-
- setDeviceHostName(String) - 类 中的方法cn.jpush.api.common.ClientConfig
-
Setup custom device api host name, if using the JPush privacy cloud.
- setEnabled(Boolean) - 类 中的方法cn.jpush.api.schedule.model.SchedulePayload.Builder
-
- setErrorObject() - 类 中的方法cn.jpush.api.common.resp.ResponseWrapper
-
- setGlobalPushSetting(boolean, long) - 类 中的方法cn.jpush.api.common.ClientConfig
-
- setLast_online_time(String) - 类 中的方法cn.jpush.api.device.OnlineStatus
-
- setLaunchImage(String) - 类 中的方法cn.jpush.api.push.model.notification.IosAlert.Builder
-
- setLoc(String, String...) - 类 中的方法cn.jpush.api.push.model.notification.IosAlert.Builder
-
- setMaxRetryTimes(int) - 类 中的方法cn.jpush.api.common.ClientConfig
-
- setMessage(Message) - 类 中的方法cn.jpush.api.push.model.PushPayload.Builder
-
- setMsgContent(String) - 类 中的方法cn.jpush.api.push.model.Message.Builder
-
- setName(String) - 类 中的方法cn.jpush.api.schedule.model.SchedulePayload.Builder
-
- setNotification(Notification) - 类 中的方法cn.jpush.api.push.model.PushPayload.Builder
-
- setOnline(Boolean) - 类 中的方法cn.jpush.api.device.OnlineStatus
-
- setOpenPage(String) - 类 中的方法cn.jpush.api.push.model.notification.WinphoneNotification.Builder
-
- setOptions(Options) - 类 中的方法cn.jpush.api.push.model.PushPayload.Builder
-
- setOverrideMsgId(long) - 类 中的方法cn.jpush.api.push.model.Options.Builder
-
- setPeriodTime(String, String, String) - 类 中的方法cn.jpush.api.schedule.model.TriggerPayload.Builder
-
Setup period for periodical trigger.
- setPlatform(Platform) - 类 中的方法cn.jpush.api.push.model.PushPayload.Builder
-
- setPush(PushPayload) - 类 中的方法cn.jpush.api.schedule.model.SchedulePayload.Builder
-
- setPushHostName(String) - 类 中的方法cn.jpush.api.common.ClientConfig
-
Setup custom push api host name, if using the JPush privacy cloud.
- setRateLimit(String, String, String) - 类 中的方法cn.jpush.api.common.resp.ResponseWrapper
-
- setReadTimeout(int) - 类 中的方法cn.jpush.api.common.ClientConfig
-
- setReportHostName(String) - 类 中的方法cn.jpush.api.common.ClientConfig
-
Setup custom report api host name, if using the JPush privacy cloud.
- setResponseWrapper(ResponseWrapper) - 类 中的方法cn.jpush.api.common.resp.BaseResult
-
- setScheduleHostName(String) - 类 中的方法cn.jpush.api.common.ClientConfig
-
- setSendno(int) - 类 中的方法cn.jpush.api.push.model.Options.Builder
-
- setSingleTime(String) - 类 中的方法cn.jpush.api.schedule.model.TriggerPayload.Builder
-
Setup time for single trigger.
- setSMS(SMS) - 类 中的方法cn.jpush.api.push.model.PushPayload.Builder
-
- setSound(String) - 类 中的方法cn.jpush.api.push.model.notification.IosNotification.Builder
-
- setSSLVersion(String) - 类 中的方法cn.jpush.api.common.ClientConfig
-
- setTimeFrequency(TimeUnit, int, String[]) - 类 中的方法cn.jpush.api.schedule.model.TriggerPayload.Builder
-
Setup frequency for periodical trigger.
- setTimeToLive(long) - 类 中的方法cn.jpush.api.common.ClientConfig
-
- setTimeToLive(long) - 类 中的方法cn.jpush.api.push.model.Options.Builder
-
- setTimeToLive(long) - 类 中的方法cn.jpush.api.push.model.Options
-
- setTitle(String) - 类 中的方法cn.jpush.api.push.model.Message.Builder
-
- setTitle(String) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setTitle(String) - 类 中的方法cn.jpush.api.push.model.notification.WinphoneNotification.Builder
-
- setTitleAndBody(String, String) - 类 中的方法cn.jpush.api.push.model.notification.IosAlert.Builder
-
- setTitleLoc(String, String...) - 类 中的方法cn.jpush.api.push.model.notification.IosAlert.Builder
-
- setTrigger(TriggerPayload) - 类 中的方法cn.jpush.api.schedule.model.SchedulePayload.Builder
-
- SMS - cn.jpush.api.push.model中的类
-
- SMS.Builder - cn.jpush.api.push.model中的类
-
- SSL_VERSION - 类 中的静态变量cn.jpush.api.common.ClientConfig
-
- SSL_VERSION_SCHEMA - 类 中的静态变量cn.jpush.api.common.ClientConfig
-
- start - 类 中的变量cn.jpush.api.report.UsersResult
-
- StringUtils - cn.jpush.api.utils中的类
-
- StringUtils() - 类 的构造器cn.jpush.api.utils.StringUtils
-