共用方式為


MCDConnectedDevicesNotificationRegistrationStateChangedEventArgs

@interface MCDConnectedDevicesNotificationRegistrationStateChangedEventArgs : NSObject

MCDConnectedDevicesNotificationRegistration State Changed 事件的事件 Args 類別。 這是用來確保應用程式透過正確的通知機制收到新的連線裝置平臺訊息的通知。

屬性

account

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

通知註冊狀態已變更的帳戶。

註冊

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

註冊實例的資訊,其狀態已變更。

State

@property(nonatomic, readonly) MCDConnectedDevicesNotificationRegistrationState state;

新的註冊狀態。