Flutter

To redact an element in your Flutter application you can wrap it in a widget provided by the SDK:

Redacted(child: TextField(/* TextField properties */))
circle-info

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.

Redacting views outside Flutter

You can follow the same delegate implementation for iOS or Android to identify this views and redact or unredact them by default as required.

Redaction Playground

To explore and modify redaction in your apps you can use the Redaction Playground.

Redaction Playgroundchevron-right

Last updated