|
Sendbird Chat SDK for .NET
|
A class that can be used to send apple's critical alert. More...
Public Member Functions | |
| SbAppleCriticalAlertOptions (string inName=DEFAULT_NAME, double inVolume=DEFAULT_VOLUME) | |
| SbAppleCriticalAlertOptions (double inVolume=DEFAULT_VOLUME) | |
Properties | |
| string | Name [get] |
| The name of a sound file in the iOS app. The default value is default. More... | |
| double | Volume [get] |
| 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. More... | |
A class that can be used to send apple's critical alert.
| SbAppleCriticalAlertOptions | ( | string | inName = DEFAULT_NAME, |
| double | inVolume = DEFAULT_VOLUME |
||
| ) |
| SbAppleCriticalAlertOptions | ( | double | inVolume = DEFAULT_VOLUME | ) |
|
get |
The name of a sound file in the iOS app. The default value is default.
|
get |
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.