ConnectedDevicesNotificationRegistrationState Enum

  • java.lang.Object
    • java.lang.Enum<ConnectedDevicesNotificationRegistrationState>
      • com.microsoft.connecteddevices.ConnectedDevicesNotificationRegistrationState

public enum ConnectedDevicesNotificationRegistrationState

Values used to communicate the status of cloud registration.

Fields

EXPIRED

Registration has expired and so the app must perform registration again.

EXPIRING

Registration is about to expire and so the app should perform registration again.

REGISTERED

Registration has finished.

UNREGISTERED

Registration has never been started.

Methods

fromInt(int value)

public static ConnectedDevicesNotificationRegistrationState fromInt(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to