Condividi tramite


UNNotificationSound.GetCriticalSound Metodo

Definizione

Overload

GetCriticalSound(String)

Crea e restituisce un suono di notifica critico predefinito.

GetCriticalSound(String, Single)

Crea e restituisce un suono di notifica critico.

GetCriticalSound(String)

Crea e restituisce un suono di notifica critico predefinito.

[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

Parametri

name
String

Nome del file che contiene il suono da riprodurre.

Restituisce

Suono di notifica critico predefinito.

Attributi

Si applica a

GetCriticalSound(String, Single)

Crea e restituisce un suono di notifica critico.

[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

Parametri

name
String

Nome del file che contiene il suono da riprodurre.

volume
Single

Volume in cui riprodurre il suono dell'avviso.

Restituisce

Suono di notifica critico.

Attributi

Si applica a