BaseBuilder

interface BaseBuilder

Base interface for all annotated string builders, providing stack management for annotations.

Inheritors

Functions

Link copied to clipboard
abstract fun pop()

Ends the style or annotation that was added via a push operation before.

abstract fun pop(index: Int)

Ends the styles or annotation up to and including the StrongBuilder.pushStrong or LinkBuilder.pushLink that returned the given index.