Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Core Library
/
com.cloudike.sdk.core
/
NotEnoughSpaceException
Not
Enough
Space
Exception
class
NotEnoughSpaceException
:
IOException
Members
Constructors
Not
Enough
Space
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
)
constructor
(
message
:
String
,
requiredSize
:
Long
,
availableSize
:
Long
)
Properties
available
Size
Link copied to clipboard
val
availableSize
:
Long
required
Size
Link copied to clipboard
val
requiredSize
:
Long