次の方法で共有


ConnectedDevicesNotificationRegistrationStateChangedEventArgs クラス

  • java.lang.Object
    • NativeBase
      • com.microsoft.connecteddevices.ConnectedDevicesNotificationRegistrationStateChangedEventArgs

public class ConnectedDevicesNotificationRegistrationStateChangedEventArgs

RemoteSystemAppRegistration State Changed イベントの Event Args クラス。 これは、アプリケーションが正しい通知メカニズムを介して新しい ConnectedDevices メッセージに関する通知を受け取るように、ConnectedDevicesPlatform の一部として使用されます。

メソッドの概要

修飾子と型 メソッドと説明
ConnectedDevicesAccount getAccount()

通知登録の状態が変更されたアカウントを取得します。

ConnectedDevicesNotificationRegistration getRegistration()

状態が変更された登録インスタンスの情報を取得します。

ConnectedDevicesNotificationRegistrationState getState()

新しい登録状態を取得します

メソッドの詳細

getAccount

public ConnectedDevicesAccount getAccount()

通知登録の状態が変更されたアカウントを取得します。

戻り値:

getRegistration

public ConnectedDevicesNotificationRegistration getRegistration()

状態が変更された登録インスタンスの情報を取得します。

戻り値:

getState

public ConnectedDevicesNotificationRegistrationState getState()

新しい登録状態を取得します

戻り値:

ユーザー アカウントの登録の新しい状態を表す ConnectedDevicesNotificationRegistrationState

適用対象