Partager via


PKPassLibrary.Notifications Classe

Définition

Notification publiée par la PKPassLibrary classe.

public static class PKPassLibrary.Notifications
type PKPassLibrary.Notifications = class
Héritage
PKPassLibrary.Notifications

Remarques

Il s’agit d’une classe statique qui contient diverses méthodes d’assistance qui permettent aux développeurs d’observer les événements publiés dans le hub de notification iOS (NSNotificationCenter).

Les méthodes définies dans cette classe post-événements appellent la méthode ou lambda fournie avec un NSNotificationEventArgs paramètre qui contient des propriétés fortement typées pour les arguments de notification.

Méthodes

ObserveDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidChangeNotification constante.

ObserveDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidChangeNotification constante.

ObserveRemotePaymentPassesDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la RemotePaymentPassesDidChangeNotification constante.

ObserveRemotePaymentPassesDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la RemotePaymentPassesDidChangeNotification constante.

S’applique à