Partager via


UNNotificationSound.GetCriticalSound Méthode

Définition

Surcharges

GetCriticalSound(String)

Crée et retourne un son de notification critique par défaut.

GetCriticalSound(String, Single)

Crée et retourne un son de notification critique.

GetCriticalSound(String)

Crée et retourne un son de notification critique par défaut.

[Foundation.Export("criticalSoundNamed:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UserNotifications.UNNotificationSound GetCriticalSound (string name);
static member GetCriticalSound : string -> UserNotifications.UNNotificationSound

Paramètres

name
String

Nom du fichier qui contient le son à lire.

Retours

Le son de notification critique par défaut.

Attributs

S’applique à

GetCriticalSound(String, Single)

Crée et retourne un son de notification critique.

[Foundation.Export("criticalSoundNamed:withAudioVolume:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UserNotifications.UNNotificationSound GetCriticalSound (string name, float volume);
static member GetCriticalSound : string * single -> UserNotifications.UNNotificationSound

Paramètres

name
String

Nom du fichier qui contient le son à lire.

volume
Single

Volume auquel lire le son d’alerte.

Retours

Le son de notification critique.

Attributs

S’applique à