共用方式為


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 強型別通知。

適用於