Compartir a través de


GKLocalPlayer.Notifications Clase

Definición

Notificación publicada por la GKLocalPlayer clase .

public static class GKLocalPlayer.Notifications
type GKLocalPlayer.Notifications = class
Herencia
GKLocalPlayer.Notifications

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveAuthenticationDidChangeNotificationName(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la constante P:GameKit.GKLocalPlayer.AuthenticationDidChangeNotificationNameNotification.

ObserveAuthenticationDidChangeNotificationName(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la constante P:GameKit.GKLocalPlayer.AuthenticationDidChangeNotificationNameNotification.

Se aplica a