SBDAppleCriticalAlertOptions Class Reference
Inherits from | NSObject |
---|---|
Conforms to | SBDMappable |
Declared in | SBDAppleCriticalAlertOptions.h |
Overview
Represents the options for the Apple Critical Alert.
The SBDBaseMessageParams
object may have the SBDAppleCriticalAlertOptions
object as an appleCriticalAlertOptions
property.
When the message that has this options is received by the iOS device, the message is displayed as a critical alert.
See the Generating a Remote Notification
for the details.
name
The name of a sound file in the iOS app. The default value is default
.
@property (strong, nullable) NSString *name
Availability
3.0.221
Declared In
SBDAppleCriticalAlertOptions.h
volume
The volume for the critical alert’s sound.
Set this to a value between 0.0 (silent) and 1.0 (full volume).
The default value is 1.0
.
@property (atomic) float volume
Availability
3.0.221
Declared In
SBDAppleCriticalAlertOptions.h