Compartir a través de


GKNotificationBanner.Show Método

Definición

Sobrecargas

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

Muestra un mensaje para el tiempo especificado para el usuario, con un título especificado.

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

Parámetros

title
String

Se agregará.

Este parámetro puede ser null.

message
String

Se agregará.

Este parámetro puede ser null.

onCompleted
Action

Se agregará.

Este parámetro puede ser null.

Atributos

Se aplica a

Show(String, String, Double, Action)

Muestra un mensaje para el tiempo especificado para el usuario, con un título especificado.

[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

Parámetros

title
String

Título del mensaje.

Este parámetro puede ser null.

message
String

Mensaje que se va a mostrar.

Este parámetro puede ser null.

durationSeconds
Double

Hora de mostrar .

completionHandler
Action

Se agregará.

Este parámetro puede ser null.

Atributos

Se aplica a