Callback

interface Callback

Functions

beforeListItemRemoved
Link copied to clipboard
abstract fun beforeListItemRemoved(data: List, index: Int)
beforeListItemsRemoved
Link copied to clipboard
abstract fun beforeListItemsRemoved(data: List, from: Int, to: Int)
listInvalid
Link copied to clipboard
abstract fun listInvalid(data: List)
listItemAdded
Link copied to clipboard
abstract fun listItemAdded(data: List, index: Int)
listItemChanged
Link copied to clipboard
abstract fun listItemChanged(data: List, index: Int)
listItemRemoved
Link copied to clipboard
abstract fun listItemRemoved(data: List, index: Int)
listItemsAdded
Link copied to clipboard
abstract fun listItemsAdded(data: List, from: Int, to: Int)
listItemsRemoved
Link copied to clipboard
abstract fun listItemsRemoved(data: List, from: Int, to: Int)