OnResult

data class OnResult(val cmd: Int, val resultIndex: Int?)

Constructors

Link copied to clipboard
constructor(cmd: Int, resultIndex: Int?)

Properties

Link copied to clipboard
val cmd: Int

The index of the previous command (0-indexed) that returned this result.

Link copied to clipboard

If the previous command returns multiple values, this is the index of the individual result among the multiple results from that command (also 0-indexed).