次の方法で共有


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 厳密に型指定された通知。

適用対象