Sendbird Chat SDK for Unity
SbAppleCriticalAlertOptions

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...
 

Detailed Description

A class that can be used to send apple's critical alert.

Since
4.0.0

Constructor & Destructor Documentation

◆ SbAppleCriticalAlertOptions() [1/2]

SbAppleCriticalAlertOptions ( string  inName = DEFAULT_NAME,
double  inVolume = DEFAULT_VOLUME 
)
Since
4.0.0

◆ SbAppleCriticalAlertOptions() [2/2]

SbAppleCriticalAlertOptions ( double  inVolume = DEFAULT_VOLUME)
Since
4.0.0

Property Documentation

◆ Name

string Name
get

The name of a sound file in the iOS app. The default value is default.

Since
4.0.0

◆ Volume

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.

Since
4.0.0