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 Summary
Modifier and TypeMethodDescriptionList<android.view.View>List the views that should be hidden from the agents view, except for the views specified inCobrowseIO.Unredacted.unredactedViews().
-
Method Details
-
redactedViews
List<android.view.View> redactedViews()List the views that should be hidden from the agents view, except for the views specified inCobrowseIO.Unredacted.unredactedViews().- Returns:
- A list of views to be redacted.
-