Method PlayNotification
PlayNotification(AudioNotificationType)
Declaration
Task PlayNotification(AudioNotificationType notificationType)
Parameters
Returns
PlayNotification(string)
Declaration
Task PlayNotification(string notificationName)
Parameters
Type |
Name |
Description |
string |
notificationName |
|
Returns
PlayNotification(string, float)
Declaration
Task PlayNotification(string notificationName, float volume)
Parameters
Type |
Name |
Description |
string |
notificationName |
|
float |
volume |
Volume, 1.0 is full scale
|
Returns
PlayNotification(string, float, CancellationToken)
Declaration
Task PlayNotification(string notificationName, float volume, CancellationToken cancellationToken)
Parameters
Returns