UserDataFeedSyncStatus Enum

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

public enum UserDataFeedSyncStatus

Contains values that describe the state of a **UserDataFeed**' synchronization with the Connected Devices Platform backend.

Fields

QUEUED

The data is not yet synchronized.

SYNCHRONIZED

The data has been synchronized.

Methods

fromInt(int value)

public static UserDataFeedSyncStatus fromInt(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to