Package io.cobrowse
Interface CobrowseIO.RedactionDelegate
- Enclosing class:
- CobrowseIO
@UiThread
public static interface CobrowseIO.RedactionDelegate
Implement this interface on your delegate to redact certain views from the frames leaving
the device
-
Method Summary
Modifier and TypeMethodDescriptionList<android.view.View>redactedViews(android.app.Activity activity) Specify which views should be redacted before sending.
-
Method Details
-
redactedViews
Specify which views should be redacted before sending. Will be called repeatedly throughout a session.- Parameters:
activity- The Activity that should be redacted.- Returns:
- The list of
Viewto redact.
-