- 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
-
- segment(String...) - 类 中的静态方法cn.jpush.api.push.model.audience.AudienceTarget
-
- segment(Collection<String>) - 类 中的静态方法cn.jpush.api.push.model.audience.AudienceTarget
-
- 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.
- sendGroupPush(PushPayload) - 类 中的方法cn.jpush.api.push.GroupPushClient
-
- 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.
- 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
-
- serialize(Object, Type, JsonSerializationContext) - 类 中的方法cn.jpush.api.push.model.notification.InterfaceAdapter
-
- 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
-
- setAlertType(int) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setAll(boolean) - 类 中的方法cn.jpush.api.push.model.audience.Audience.Builder
-
- setAll(boolean) - 类 中的方法cn.jpush.api.push.model.Platform.Builder
-
- setApnsCollapseId(String) - 类 中的方法cn.jpush.api.push.model.Options.Builder
-
- 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
-
- setBigPicPath(String) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setBigPushDuration(int) - 类 中的方法cn.jpush.api.push.model.Options.Builder
-
- setBigPushDuration(int) - 类 中的方法cn.jpush.api.push.model.Options
-
- setBigText(String) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setBuilderId(int) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setCategory(String) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setCategory(String) - 类 中的方法cn.jpush.api.push.model.notification.IosNotification.Builder
-
- setCid(String) - 类 中的方法cn.jpush.api.push.model.PushPayload.Builder
-
- 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
-
- setDate(String) - 类 中的方法cn.jpush.api.report.model.CheckMessagePayload.Builder
-
- setDefaults(boolean, long) - 类 中的方法cn.jpush.api.push.PushClient
-
已过时。
- setDelayTime(int) - 类 中的方法cn.jpush.api.push.model.SMS.Builder
-
- setEnabled(Boolean) - 类 中的方法cn.jpush.api.schedule.model.SchedulePayload.Builder
-
- setHttpClient(IHttpClient) - 类 中的方法cn.jpush.api.push.PushClient
-
- setInbox(Object) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setInbox(Object) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification
-
- 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
-
- setMessage(Message) - 类 中的方法cn.jpush.api.push.model.PushPayload.Builder
-
- setMsgContent(String) - 类 中的方法cn.jpush.api.push.model.Message.Builder
-
- setMsgId(long) - 类 中的方法cn.jpush.api.report.model.CheckMessagePayload.Builder
-
- setMutableContent(boolean) - 类 中的方法cn.jpush.api.push.model.notification.IosNotification.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
-
- setPriority(int) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setPush(PushPayload) - 类 中的方法cn.jpush.api.schedule.model.SchedulePayload.Builder
-
- setRegistrationIds(String[]) - 类 中的方法cn.jpush.api.report.model.CheckMessagePayload.Builder
-
- setRegistrationsIds(List<String>) - 类 中的方法cn.jpush.api.report.model.CheckMessagePayload.Builder
-
- 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
-
- setStatus(int) - 类 中的方法cn.jpush.api.report.MessageStatus
-
- setStyle(int) - 类 中的方法cn.jpush.api.push.model.notification.AndroidNotification.Builder
-
- setTimeFrequency(TimeUnit, int, String[]) - 类 中的方法cn.jpush.api.schedule.model.TriggerPayload.Builder
-
Setup frequency for periodical trigger.
- 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, 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中的类
-
- start - 类 中的变量cn.jpush.api.report.UsersResult
-
- statusCode - 类 中的变量cn.jpush.api.push.PushResult
-