public static final class IosNotificationSettings.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
IosNotificationSettings.Builder |
alertType(IosNotificationAlertType alertType)
“Indicates the type of alert for notifications for this app.”
|
IosNotificationSettings.Builder |
appName(String appName)
“Application name to be associated with the bundleID.”
|
IosNotificationSettings.Builder |
badgesEnabled(Boolean badgesEnabled)
“Indicates whether badges are allowed for this app.”
|
IosNotificationSettings |
build() |
IosNotificationSettings.Builder |
bundleID(String bundleID)
“Bundle id of app to which to apply these notification settings.”
|
IosNotificationSettings.Builder |
enabled(Boolean enabled)
“Indicates whether notifications are allowed for this app.”
|
IosNotificationSettings.Builder |
publisher(String publisher)
“Publisher to be associated with the bundleID.”
|
IosNotificationSettings.Builder |
showInNotificationCenter(Boolean showInNotificationCenter)
“Indicates whether notifications can be shown in notification center.”
|
IosNotificationSettings.Builder |
showOnLockScreen(Boolean showOnLockScreen)
“Indicates whether notifications can be shown on the lock screen.”
|
IosNotificationSettings.Builder |
soundsEnabled(Boolean soundsEnabled)
“Indicates whether sounds are allowed for this app.”
|
public IosNotificationSettings.Builder bundleID(String bundleID)
bundleID - value of bundleID property (as defined in service metadata)this (for method chaining)public IosNotificationSettings.Builder appName(String appName)
appName - value of appName property (as defined in service metadata)this (for method chaining)public IosNotificationSettings.Builder publisher(String publisher)
publisher - value of publisher property (as defined in service metadata)this (for method chaining)public IosNotificationSettings.Builder enabled(Boolean enabled)
enabled - value of enabled property (as defined in service metadata)this (for method chaining)public IosNotificationSettings.Builder showInNotificationCenter(Boolean showInNotificationCenter)
showInNotificationCenter - value of showInNotificationCenter property (as defined in service metadata)this (for method chaining)public IosNotificationSettings.Builder showOnLockScreen(Boolean showOnLockScreen)
showOnLockScreen - value of showOnLockScreen property (as defined in service metadata)this (for method chaining)public IosNotificationSettings.Builder alertType(IosNotificationAlertType alertType)
alertType - value of alertType property (as defined in service metadata)this (for method chaining)public IosNotificationSettings.Builder badgesEnabled(Boolean badgesEnabled)
badgesEnabled - value of badgesEnabled property (as defined in service metadata)this (for method chaining)public IosNotificationSettings.Builder soundsEnabled(Boolean soundsEnabled)
soundsEnabled - value of soundsEnabled property (as defined in service metadata)this (for method chaining)public IosNotificationSettings build()
Copyright © 2018–2020. All rights reserved.