enum DataStatus;
Value | Description |
---|---|
DATA_STATUS_NONE |
Normal state. |
DATA_STATUS_PENDING |
Rating Pending |
DATA_STATUS_REJECTED |
Rejected. |
The status of the data.
Data with DataStoreConstants::DATA_FLAG_NEED_REVIEW
specified becomes DataStoreConstants::DATA_STATUS_PENDING
after uploading. Data that does not have DataStoreConstants::DATA_FLAG_NEED_REVIEW
specified becomes DataStoreConstants::DATA_STATUS_NONE
after uploading. With DataStoreConstants::DATA_STATUS_PENDING
and DataStoreConstants::DATA_STATUS_REJECTED
, only the owner can access or update regardless of the privilege settings. With DataStoreConstants::DATA_STATUS_NONE
, access and update permissions depend on the privilege settings.
CONFIDENTIAL