VgsVisualTransformation

Compose VisualTransformation type accepted by VGS Compose text fields.

Pass one of the built-in implementations to a field's visualTransformation parameter to change how the value is displayed without affecting the value submitted to the VGS vault. Built-in options: VgsMaskVisualTransformation (formatted display, e.g. #### #### #### ####), VgsPasswordVisualTransformation (mask each character), VgsStyleVisualTransformation (apply androidx.compose.ui.text.SpanStyles by position, without exposing the text itself), and None (no change).

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard