Partager via


Classe MCDConnectedDevicesNotificationRegistrationStateChangedEventArgs

@interface MCDConnectedDevicesNotificationRegistrationStateChangedEventArgs : NSObject

Classe Event Args pour l’événement MCDConnectedDevicesNotificationRegistration State Changed. Cela permet de s’assurer que l’application est informée des nouveaux messages de plateforme d’appareils connectés via le mécanisme de notification approprié.

Propriétés

account

@property(nonatomic, readonly, nonnull) MCDConnectedDevicesAccount* account;

Compte pour lequel l’état d’inscription de notification a changé.

inscription

@property(nonatomic, readonly, nonnull) MCDConnectedDevicesNotificationRegistration* registration;

Informations d’inscription instance dont l’état a changé.

state

@property(nonatomic, readonly) MCDConnectedDevicesNotificationRegistrationState state;

Nouvel état d’inscription.