ConnectedDevicesAccountAddedStatus Enum
- java.
lang. Object - java.
lang. Enum<ConnectedDevicesAccountAddedStatus> - com.
microsoft. connecteddevices. ConnectedDevicesAccountAddedStatus
- com.
- java.
public enum ConnectedDevicesAccountAddedStatus
Contains the values that describe the add account operation status
Fields
ERROR_NO_NETWORK |
The account operation failed because there was no network. |
ERROR_NO_TOKEN_REQUEST_SUBSCRIBER |
The account operation failed since the app didn't subscribe to the AccessTokenRequested event. |
ERROR_SERVICE_FAILED |
The account operation failed due to a web service error. |
ERROR_TOKEN_REQUEST_FAILED |
The account operation failed since the app failed to return a token when requested. |
ERROR_UNKNOWN |
The account operation failed for unknown reasons. |
SUCCESS |
The account was successfully added to the platform. |
Methods
fromInt(int value)
public static ConnectedDevicesAccountAddedStatus fromInt(int value)
Parameters
- value
- int
Returns
getValue()
public int getValue()
Returns
int