storage-api
1.0.3-rc
androidJvm
storage-api
/
com.omh.android.storage.api.domain.model
Package-level
declarations
Types
Types
Omh
File
Link copied to clipboard
data
class
OmhFile
(
val
mimeType
:
String
,
val
id
:
String
,
val
name
:
String
,
val
modifiedTime
:
String
,
val
parentId
:
String
)
Omh
File
Type
Link copied to clipboard
enum
OmhFileType
:
Enum
<
OmhFileType
>
Omh
Storage
Exception
Link copied to clipboard
sealed
class
OmhStorageException
:
Exception
Omh
Storage
Status
Codes
Link copied to clipboard
object
OmhStorageStatusCodes