app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.utils
/
StorageUtils
/
StorageSpace
Storage
Space
data
class
StorageSpace
(
val
path
:
String
,
val
description
:
String
,
val
isExternal
:
Boolean
,
val
isPrimary
:
Boolean
=
false
,
val
totalBytes
:
Long
,
val
availableBytes
:
Long
,
val
availableString
:
String
,
val
freeBytes
:
Long
)
Members
Constructors
Storage
Space
Link copied to clipboard
constructor
(
path
:
String
,
description
:
String
,
isExternal
:
Boolean
,
isPrimary
:
Boolean
=
false
,
totalBytes
:
Long
,
availableBytes
:
Long
,
availableString
:
String
,
freeBytes
:
Long
)
Properties
available
Bytes
Link copied to clipboard
val
availableBytes
:
Long
available
String
Link copied to clipboard
val
availableString
:
String
description
Link copied to clipboard
val
description
:
String
free
Bytes
Link copied to clipboard
val
freeBytes
:
Long
is
External
Link copied to clipboard
val
isExternal
:
Boolean
is
Primary
Link copied to clipboard
val
isPrimary
:
Boolean
=
false
path
Link copied to clipboard
val
path
:
String
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String