FormattingState

interface FormattingState

Progress state of the formatting process.

Types

Link copied to clipboard
enum Step
Formatting step.

Functions

Link copied to clipboard
@IntRange(from = 0, to = 100)
abstract fun progress(): Int
Retrieves the formatting progress of the current step, in percent.
Link copied to clipboard
Retrieves the current formatting step.