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 Type
    Method
    Description
    List<android.view.View>
    redactedViews(android.app.Activity activity)
    Specify which views should be redacted before sending.
  • Method Details

    • redactedViews

      @Nullable List<android.view.View> redactedViews(@NonNull android.app.Activity activity)
      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 View to redact.