RemoteFile

data class RemoteFile(val path: String, val size: Long, val remoteId: String?)(source)

One file as the cloud sees it. remoteId is Drive's file id, null on iCloud. size is -1 when unknown (an iCloud placeholder that has not been downloaded yet).

Constructors

Link copied to clipboard
constructor(path: String, size: Long, remoteId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Long