enum MCDUserDataSyncStatus
typedef NS_ENUM(NSInteger, MCDUserDataSyncStatus)
Contains values that describe the state of a MCDUserDataFeed's synchronization with the Connected Devices Platform backend.
Name | Value | Description |
---|---|---|
MCDUserDataFeedSyncStatusQueued | 0 | The data is not yet synchronized. |
MCDUserDataFeedSyncStatusSynchronized | 1 | The data has been synchronized. |