SendSuccess

data class SendSuccess(unidentified: Boolean?, needsSync: Boolean?, duration: Long?, devices: List<Int>)

Properties

Link copied to clipboard
val devices: List<Int>
Link copied to clipboard
val duration: Long? = null
Link copied to clipboard
val needsSync: Boolean? = null
Link copied to clipboard
val unidentified: Boolean? = null