Uses of Class
cn.jpush.api.push.model.notification.IosAlert
-
Packages that use IosAlert Package Description cn.jpush.api cn.jpush.api.push.model.notification -
-
Uses of IosAlert in cn.jpush.api
Methods in cn.jpush.api with parameters of type IosAlert Modifier and Type Method Description PushResultJPushClient. sendIosNotificationWithAlias(IosAlert alert, SMS sms, java.util.Map<java.lang.String,java.lang.String> extras, java.lang.String... alias)Send an iOS notification with alias.PushResultJPushClient. sendIosNotificationWithAlias(IosAlert alert, java.util.Map<java.lang.String,java.lang.String> extras, java.lang.String... alias)Send an iOS notification with alias.PushResultJPushClient. sendIosNotificationWithRegistrationID(IosAlert alert, SMS sms, java.util.Map<java.lang.String,java.lang.String> extras, java.lang.String... registrationID)Send an iOS notification with registrationIds.PushResultJPushClient. sendIosNotificationWithRegistrationID(IosAlert alert, java.util.Map<java.lang.String,java.lang.String> extras, java.lang.String... registrationID)Send an iOS notification with registrationIds. -
Uses of IosAlert in cn.jpush.api.push.model.notification
Methods in cn.jpush.api.push.model.notification that return IosAlert Modifier and Type Method Description IosAlertIosAlert.Builder. build()
-