Set Private View

You can use this API to set any particular view as private so that it is always hidden in screenshots.

view.luciq_privateView = true

You can also remove a view from the list of private views using this API.

//Should be added in the activity with the view, takes any number of views
Luciq.removePrivateViews(view1, view2, view3);

Last updated