Uses of Class
cn.jpush.api.push.model.notification.IosNotification.Builder
-
Packages that use IosNotification.Builder Package Description cn.jpush.api.push.model.notification -
-
Uses of IosNotification.Builder in cn.jpush.api.push.model.notification
Methods in cn.jpush.api.push.model.notification that return IosNotification.Builder Modifier and Type Method Description IosNotification.BuilderIosNotification.Builder. autoBadge()equals to: +1IosNotification.BuilderIosNotification.Builder. disableBadge()IosNotification.BuilderIosNotification.Builder. disableSound()protected IosNotification.BuilderIosNotification.Builder. getThis()IosNotification.BuilderIosNotification.Builder. incrBadge(int badge)static IosNotification.BuilderIosNotification. newBuilder()IosNotification.BuilderIosNotification.Builder. setAlert(java.lang.Object alert)IosNotification.BuilderIosNotification.Builder. setBadge(int badge)IosNotification.BuilderIosNotification.Builder. setCategory(java.lang.String category)IosNotification.BuilderIosNotification.Builder. setContentAvailable(boolean contentAvailable)IosNotification.BuilderIosNotification.Builder. setMutableContent(boolean mutableContent)IosNotification.BuilderIosNotification.Builder. setSound(java.lang.Object sound)IosNotification.BuilderIosNotification.Builder. setThreadId(java.lang.String threadId)
-