Uses of Class
com.sap.mobile.services.client.push.ApnsNotification.Builder
Packages that use ApnsNotification.Builder
-
Uses of ApnsNotification.Builder in com.sap.mobile.services.client.push
Methods in com.sap.mobile.services.client.push that return ApnsNotification.BuilderModifier and TypeMethodDescriptionApnsNotification.Builder.actionButtonLabel
(String actionButtonLabel) Safari only: The literal text of the action button to be shown for the push notification.The notification body.ApnsNotification.Builder.alertSubtitle
(String alertSubtitle) The notification subtitle.ApnsNotification.Builder.alertTitle
(String alertTitle) The notification title.static ApnsNotification.Builder
ApnsNotification.builder()
Mobile apps can register actions during launch grouped as category.ApnsNotification.Builder.contentAvailable
(Boolean contentAvailable) Content available marks background notification without visual text.ApnsNotification.Builder.customSound
(ApnsCustomSound customSound) Detailed APNS sound definition.ApnsNotification.Builder.customValues
(String customValues) Custom values for APNS onlyApnsNotification.Builder.expiration
(Date expiration) expire notification at given timestampApnsNotification.Builder.interruptionLevel
(InterruptionLevel interruptionLevel) The interruption-level is optional and defines the importance and delivery timing of a notificationApnsNotification.Builder.launchImageFileName
(String launchImageFileName) The name of the image or storyboard to use when your app launches because of the notification.ApnsNotification.Builder.localizedActionButtonKey
(String localizedActionButtonKey) Safari only: Localized key of the action button to be shown for the push notification.ApnsNotification.Builder.localizedAlertArguments
(List<String> localizedAlertArguments) Localization arguments for the bodyApnsNotification.Builder.localizedAlertKey
(String localizedAlertKey) Should be used to retrieve the title from the localized resources of the app based on the user's language configuration.ApnsNotification.Builder.localizedAlertSubtitleArguments
(List<String> localizedAlertSubtitleArguments) Localization arguments for the subtitleApnsNotification.Builder.localizedAlertSubtitleKey
(String localizedAlertSubtitleKey) Should be used to retrieve the subtitle from the localized resources of the app based on the user's language configuration.ApnsNotification.Builder.localizedAlertTitleArguments
(List<String> localizedAlertTitleArguments) Localization arguments for the titleApnsNotification.Builder.localizedAlertTitleKey
(String localizedAlertTitleKey) Should be used to retrieve the title from the localized resources of the app based on the user's language configuration.ApnsNotification.Builder.mutableContent
(Boolean mutableContent) Notifications with mutable content set and no visual alert is defined are processed by the mobile app, prior displayed in the notification centerPush Type, seeApnsNotification.Builder.relevanceScore
(Float relevanceScore) The relevance score, a number between 0 and 1, that the system uses to sort the notifications from your app.ApnsNotification.Builder.showActionButton
(Boolean showActionButton) Safari only: Show notification action buttonDeprecated.ApnsNotification.Builder.targetContentId
(String targetContentId) The identifier of the window brought forward.Thread-Ids allows grouping of notification on application levelThe topic for the notification.ApnsNotification.Builder.urlArguments
(List<String> urlArguments) List of arguments to populate placeholders in the urlFormatString associated with a Safari push notification.
customSound