NSUserDefaults.Notifications Clase

Definición

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

Métodos

ObserveCompletedInitialSync(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la CompletedInitialSyncNotification constante.

ObserveCompletedInitialSync(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la CompletedInitialSyncNotification constante.

ObserveDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidChangeNotification constante.

ObserveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidChangeNotification constante.

ObserveDidChangeAccounts(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidChangeAccountsNotification constante.

ObserveDidChangeAccounts(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidChangeAccountsNotification constante.

ObserveNoCloudAccount(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la NoCloudAccountNotification constante.

ObserveNoCloudAccount(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la NoCloudAccountNotification constante.

ObserveSizeLimitExceeded(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la SizeLimitExceededNotification constante.

ObserveSizeLimitExceeded(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la SizeLimitExceededNotification constante.

Se aplica a