次の方法で共有


GKNotificationBanner.Show メソッド

定義

オーバーロード

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

指定したタイトルを持つ、指定した時刻のメッセージをユーザーに表示します。

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

パラメーター

title
String

追加する。

このパラメーターは、null に設定できます。

message
String

追加する。

このパラメーターは、null に設定できます。

onCompleted
Action

追加する。

このパラメーターは、null に設定できます。

属性

適用対象

Show(String, String, Double, Action)

指定したタイトルを持つ、指定した時刻のメッセージをユーザーに表示します。

[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

パラメーター

title
String

メッセージのタイトル。

このパラメーターは、null に設定できます。

message
String

表示するメッセージ。

このパラメーターは、null に設定できます。

durationSeconds
Double

を表示する時間。

completionHandler
Action

追加する。

このパラメーターは、null に設定できます。

属性

適用対象