LetterListener

interface LetterListener

Interface definition for a callback to be invoked when the indicator letters is updated.

Since

0.5.4

Functions

Link copied to clipboard
open fun onIndicatorLetterTargetUpdate(@Size(value = 1) letter: String, target: Int)

Called when the target index of the indicator letter is updated.

Link copied to clipboard
abstract fun onIndicatorLetterUpdate(@Size(value = 1) letter: String, index: Int, target: Int)

Called when the indicator letter is updated.