UNNotificationSound.GetCriticalSound Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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