Flutter
Redacted(child: TextField(/* TextField properties */))Redacting views outside Flutter
Redaction Playground
Redaction PlaygroundLast updated
To redact an element in your Flutter application you can wrap it in a widget provided by the SDK:
Redacted(child: TextField(/* TextField properties */))The widget will be redacted for both client and agent during an active screensharing session. Both client and agent will not be able to interact with it during a session.
You can follow the same delegate implementation for iOS or Android to identify this views and redact or unredact them by default as required.
To explore and modify redaction in your apps you can use the Redaction Playground.
Redaction PlaygroundLast updated