次の方法で共有


PKPassLibrary.Notifications クラス

定義

クラスによって PKPassLibrary 投稿された通知。

public static class PKPassLibrary.Notifications
type PKPassLibrary.Notifications = class
継承
PKPassLibrary.Notifications

注釈

これは、開発者が iOS 通知ハブ (NSNotificationCenter) に投稿されたイベントを観察できるようにするさまざまなヘルパー メソッドを含む静的クラスです。

このクラスのポスト イベントで定義されているメソッドは、通知引数の厳密に型指定されたプロパティを含むパラメーターを NSNotificationEventArgs 使用して、指定されたメソッドまたはラムダを呼び出します。

メソッド

ObserveDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して DidChangeNotification 厳密に型指定された通知。

ObserveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して DidChangeNotification 厳密に型指定された通知。

ObserveRemotePaymentPassesDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して RemotePaymentPassesDidChangeNotification 厳密に型指定された通知。

ObserveRemotePaymentPassesDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して RemotePaymentPassesDidChangeNotification 厳密に型指定された通知。

適用対象