Package io.cobrowse

Interface CobrowseIO.Redacted

Enclosing class:
CobrowseIO

@UiThread public static interface CobrowseIO.Redacted
Implement this interface on your Activity subclasses to provide a list of views used in that activity that should be removed from the agents view.

Keep in mind that all views returned in CobrowseIO.Unredacted.unredactedViews() will not be redacted even if its parent ViewGroup is returned in redactedViews().

  • Method Details

    • redactedViews

      List<android.view.View> redactedViews()
      List the views that should be hidden from the agents view, except for the views specified in CobrowseIO.Unredacted.unredactedViews().
      Returns:
      A list of views to be redacted.