UserDataFeedSubscribeStatus Enum

  • java.lang.Object
    • java.lang.Enum<UserDataFeedSubscribeStatus>
      • com.microsoft.connecteddevices.userdata.UserDataFeedSubscribeStatus

public enum UserDataFeedSubscribeStatus

Contains the values that describe the add account operation status

Fields

ERROR_NO_NETWORK

The account operation failed because there was no network.

ERROR_UNKNOWN

The account operation failed for unknown reasons.

ERROR_WEB_FAILURE

The account operation failed due to a web service error.

SUCCESS

The account was successfully added to the platform.

Methods

fromInt(int value)

public static UserDataFeedSubscribeStatus fromInt(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to