Condividi tramite


GKNotificationBanner.Show Metodo

Definizione

Overload

Show(String, String, Action)
Show(String, String, Double, Action)

Visualizza un messaggio per l'ora specificata per l'utente, con un titolo specificato.

Show(String, String, Action)

[Foundation.Export("showBannerWithTitle:message:completionHandler:")]
public static void Show (string title, string message, Action onCompleted);
static member Show : string * string * Action -> unit

Parametri

title
String

Da aggiungere.

Questo parametro può essere null.

message
String

Da aggiungere.

Questo parametro può essere null.

onCompleted
Action

Da aggiungere.

Questo parametro può essere null.

Attributi

Si applica a

Show(String, String, Double, Action)

Visualizza un messaggio per l'ora specificata per l'utente, con un titolo specificato.

[Foundation.Export("showBannerWithTitle:message:duration:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void Show (string title, string message, double durationSeconds, Action completionHandler);
[Foundation.Export("showBannerWithTitle:message:duration:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public static void Show (string title, string message, double durationSeconds, Action completionHandler);
static member Show : string * string * double * Action -> unit

Parametri

title
String

Titolo del messaggio.

Questo parametro può essere null.

message
String

Messaggio da visualizzare.

Questo parametro può essere null.

durationSeconds
Double

Tempo per visualizzare l'oggetto .

completionHandler
Action

Da aggiungere.

Questo parametro può essere null.

Attributi

Si applica a