ConnectedDevicesNotificationRegistrationStateChangedEventArgs Class
- java.
lang. Object - NativeBase
- com.
microsoft. connecteddevices. ConnectedDevicesNotificationRegistrationStateChangedEventArgs
- com.
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 |
---|---|
Connected |
getAccount()
Gets the Account for which the notification registration state has changed for. |
Connected |
getRegistration()
Get the information for registration instance whose state has changed. |
Connected |
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: