GKNotificationBanner.Show Méthode

Définition

Surcharges

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

Affiche un message pour l’heure spécifiée à l’utilisateur, avec un titre spécifié.

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

Paramètres

title
String

À ajouter.

Ce paramètre peut être null.

message
String

À ajouter.

Ce paramètre peut être null.

onCompleted
Action

À ajouter.

Ce paramètre peut être null.

Attributs

S’applique à

Show(String, String, Double, Action)

Affiche un message pour l’heure spécifiée à l’utilisateur, avec un titre spécifié.

[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

Paramètres

title
String

Titre du message.

Ce paramètre peut être null.

message
String

Message à afficher.

Ce paramètre peut être null.

durationSeconds
Double

Il est temps d’afficher le .

completionHandler
Action

À ajouter.

Ce paramètre peut être null.

Attributs

S’applique à