PollResult

data class PollResult(val consumeToken: String, val index: Int, val notification: DataItem)

Constructors

Link copied to clipboard
constructor(consumeToken: String, index: Int, notification: DataItem)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard