次の方法で共有


クラス MCDConnectedDevicesNotificationRegistration

@interface MCDConnectedDevicesNotificationRegistration : NSObject

このクラスは、プッシュ通知サービスを使用したアプリの登録を表します (一部の Project Rome シナリオで必要)。 この情報は、接続されているデバイス プラットフォームに伝達されます。

Properties

type

@property(nonatomic, readwrite) MCDConnectedDevicesNotificationType type;

このセットアップの通知の種類。

token

@property(nonatomic, readwrite, nonnull) NSString* token;

登録トークン。

appId

@property(nonatomic, readwrite, nonnull) NSString* appId;

プッシュ通知登録のアプリ ID。

appDisplayName

@property(nonatomic, readwrite, nonnull) NSString* appDisplayName;

アプリの表示名。 これは、Microsoft 開発ポータルでの登録に使用されたアプリの名前である必要があります。