IosNotificationSettings.Builder |
IosNotificationSettings.Builder.alertType(IosNotificationAlertType alertType) |
“Indicates the type of alert for notifications for this app.”
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.appName(String appName) |
“Application name to be associated with the bundleID.”
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.badgesEnabled(Boolean badgesEnabled) |
“Indicates whether badges are allowed for this app.”
|
static IosNotificationSettings.Builder |
IosNotificationSettings.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.bundleID(String bundleID) |
“Bundle id of app to which to apply these notification settings.”
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.enabled(Boolean enabled) |
“Indicates whether notifications are allowed for this app.”
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.previewVisibility(IosNotificationPreviewVisibility previewVisibility) |
“Overrides the notification preview policy set by the user on an iOS device.”
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.publisher(String publisher) |
“Publisher to be associated with the bundleID.”
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.showInNotificationCenter(Boolean showInNotificationCenter) |
“Indicates whether notifications can be shown in notification center.”
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.showOnLockScreen(Boolean showOnLockScreen) |
“Indicates whether notifications can be shown on the lock screen.”
|
IosNotificationSettings.Builder |
IosNotificationSettings.Builder.soundsEnabled(Boolean soundsEnabled) |
“Indicates whether sounds are allowed for this app.”
|