MountableCharSequence

Mountable CharSequence that is aware when the Text component using this CharSequence is mounted and unmounted.

See also

Functions

Link copied to clipboard
abstract fun charAt(p: Int): Char
Link copied to clipboard
open fun chars(): IntStream
Link copied to clipboard
open fun codePoints(): IntStream
Link copied to clipboard
abstract fun length(): Int
Link copied to clipboard
abstract fun onMount(parent: Drawable)
This will be called once the text component using this MountableCharSequence is mounted.
Link copied to clipboard
abstract fun onUnmount(parent: Drawable)
This will be called when the text component using MountableCharSequence is unmounted.
Link copied to clipboard
abstract fun subSequence(p: Int, p1: Int): CharSequence
Link copied to clipboard
abstract fun toString(): String