Uses of Class
cn.jpush.api.push.model.notification.Notification
-
Packages that use Notification Package Description cn.jpush.api.push.model cn.jpush.api.push.model.notification -
-
Uses of Notification in cn.jpush.api.push.model
Methods in cn.jpush.api.push.model with parameters of type Notification Modifier and Type Method Description PushPayload.BuilderPushPayload.Builder. setNotification(Notification notification) -
Uses of Notification in cn.jpush.api.push.model.notification
Methods in cn.jpush.api.push.model.notification that return Notification Modifier and Type Method Description static NotificationNotification. alert(java.lang.Object alert)Quick set all platform alert.static NotificationNotification. android(java.lang.String alert, java.lang.String title, java.util.Map<java.lang.String,java.lang.String> extras)NotificationNotification.Builder. build()static NotificationNotification. ios(java.lang.Object alert, java.util.Map<java.lang.String,java.lang.String> extras)static NotificationNotification. ios_auto_badge()static NotificationNotification. ios_incr_badge(int badge)static NotificationNotification. ios_set_badge(int badge)static NotificationNotification. winphone(java.lang.String alert, java.util.Map<java.lang.String,java.lang.String> extras)
-