Поделиться через


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.

Атрибуты

Применяется к