LegIndexUpdatedCallback

fun fun interface LegIndexUpdatedCallback

Interface to provide opportunity to handle leg index updates.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onLegIndexUpdatedCallback
Link copied to clipboard
abstract fun onLegIndexUpdatedCallback(updated: Boolean)
Called whenever leg index was updated.
toString
Link copied to clipboard
open fun toString(): String