ConnectedDevicesNotificationRegistrationStateChangedEventArgs Class

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

public class ConnectedDevicesNotificationRegistrationStateChangedEventArgs

Event Args class for the RemoteSystemAppRegistration State Changed event. This is used as part of the ConnectedDevicesPlatform to ensure that the application gets informed about new ConnectedDevices messages via the correct notification mechanism.

Method Summary

Modifier and Type Method and Description
ConnectedDevicesAccount getAccount()

Gets the Account for which the notification registration state has changed for.

ConnectedDevicesNotificationRegistration getRegistration()

Get the information for registration instance whose state has changed.

ConnectedDevicesNotificationRegistrationState getState()

Retrieves the new registration status

Method Details

getAccount

public ConnectedDevicesAccount getAccount()

Gets the Account for which the notification registration state has changed for.

Returns:

getRegistration

public ConnectedDevicesNotificationRegistration getRegistration()

Get the information for registration instance whose state has changed.

Returns:

getState

public ConnectedDevicesNotificationRegistrationState getState()

Retrieves the new registration status

Returns:

A ConnectedDevicesNotificationRegistrationState representing the new state of registration for a user account.

Applies to