Uses of Class
cn.jpush.api.push.model.notification.IosAlert.Builder
-
Packages that use IosAlert.Builder Package Description cn.jpush.api.push.model.notification -
-
Uses of IosAlert.Builder in cn.jpush.api.push.model.notification
Methods in cn.jpush.api.push.model.notification that return IosAlert.Builder Modifier and Type Method Description static IosAlert.BuilderIosAlert. newBuilder()IosAlert.BuilderIosAlert.Builder. setActionLocKey(java.lang.String action_loc_key)IosAlert.BuilderIosAlert.Builder. setLaunchImage(java.lang.String launch_image)IosAlert.BuilderIosAlert.Builder. setLoc(java.lang.String loc_key, java.lang.String... loc_args)IosAlert.BuilderIosAlert.Builder. setTitleAndBody(java.lang.String title, java.lang.String subtitle, java.lang.String body)IosAlert.BuilderIosAlert.Builder. setTitleLoc(java.lang.String title_loc_key, java.lang.String... title_loc_args)
-