OudsTagLoader

data class OudsTagLoader(val progress: Float?)

A circular progress indicator displayed in the input or tag area to indicate that tags are being loaded or processed.

Parameters

progress

The loading progress, where 0.0 represents no progress and 1.0 represents full progress. Values outside of this range are coerced into the range. Set this value to null to display a circular indeterminate progress indicator.

Constructors

Link copied to clipboard
constructor(progress: Float?)

Properties

Link copied to clipboard