storage-api
1.0.3-rc
androidJvm
storage-api
/
com.omh.android.storage.api.domain.model
/
OmhStorageStatusCodes
Omh
Storage
Status
Codes
object
OmhStorageStatusCodes
Members
Properties
DOWNLOAD_ERROR
Link copied to clipboard
const
val
DOWNLOAD_ERROR
:
Int
=
1
DOWNLOAD_GOOGLE_WORKSPACE_ERROR
Link copied to clipboard
const
val
DOWNLOAD_GOOGLE_WORKSPACE_ERROR
:
Int
=
2
UPDATE_CONTENT_FILE
Link copied to clipboard
const
val
UPDATE_CONTENT_FILE
:
Int
=
4
UPDATE_META_DATA
Link copied to clipboard
const
val
UPDATE_META_DATA
:
Int
=
3
Functions
get
Status
Code
String
Link copied to clipboard
@
JvmStatic
fun
getStatusCodeString
(
code
:
Int
)
:
String