次の方法で共有


クラス MCDConnectedDevicesNotificationRegistrationState

typedef NS_ENUM(NSUInteger, MCDConnectedDevicesNotificationRegistrationState)

クラウド登録の状態を伝えるために使用される値。

フィールド

名前 説明
MCDConnectedDevicesNotificationRegistrationStateUnregistered 0 登録は開始されていません。
MCDConnectedDevicesNotificationRegistrationStateRegistered 1 登録が完了しました。
MCDConnectedDevicesNotificationRegistrationStateExpiring 2 登録の有効期限が迫っているので、アプリは再び登録を実行する必要があります。
MCDConnectedDevicesNotificationRegistrationStateExpired 3 登録の有効期限が切れているため、アプリは再び登録を実行する必要があります。