FileSharingStatus

data class FileSharingStatus(val state: FileSharingStatus.Value, val isStatusChanged: Boolean?)

Constructors

Link copied to clipboard
constructor(state: FileSharingStatus.Value, isStatusChanged: Boolean?)

Types

Link copied to clipboard
interface Value

Properties

Link copied to clipboard
val isStatusChanged: Boolean?
Link copied to clipboard