Storage

data class Storage(val externalStorage: Boolean, val path: String)

Simple data class to keep track of external vs internal storage and the path of the storage.

Parameters

externalStorage

A Boolean that tells if this is stored externally or not.

path

A String representing the path of the storage.

Constructors

Link copied to clipboard
constructor(externalStorage: Boolean, path: String)

Properties

Link copied to clipboard
Link copied to clipboard