Share via


NSUserDefaults.Notifications 类

定义

public static class NSUserDefaults.Notifications
type NSUserDefaults.Notifications = class
继承
NSUserDefaults.Notifications

方法

ObserveCompletedInitialSync(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 CompletedInitialSyncNotification

ObserveCompletedInitialSync(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 CompletedInitialSyncNotification

ObserveDidChange(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 DidChangeNotification

ObserveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 DidChangeNotification

ObserveDidChangeAccounts(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 DidChangeAccountsNotification

ObserveDidChangeAccounts(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 DidChangeAccountsNotification

ObserveNoCloudAccount(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 NoCloudAccountNotification

ObserveNoCloudAccount(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 NoCloudAccountNotification

ObserveSizeLimitExceeded(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 SizeLimitExceededNotification

ObserveSizeLimitExceeded(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 SizeLimitExceededNotification

适用于