類 MCDConnectedDevicesNotificationRegistration
@interface MCDConnectedDevicesNotificationRegistration : NSObject
這個類別代表某些 Project Rome 案例) 所需的推播通知服務 (應用程式註冊。 它會將此資訊傳達給連線的裝置平臺。
屬性
type
@property(nonatomic, readwrite) MCDConnectedDevicesNotificationType type;
此設定中的通知類型。
token
@property(nonatomic, readwrite, nonnull) NSString* token;
註冊權杖。
appId
@property(nonatomic, readwrite, nonnull) NSString* appId;
推播通知註冊的應用程式識別碼。
appDisplayName
@property(nonatomic, readwrite, nonnull) NSString* appDisplayName;
應用程式顯示名稱。 這應該是 Microsoft 開發人員入口網站上用於註冊的應用程式名稱。