C++
virtual void hide() = 0;
Description
This method makes the view invisible. Nothing from this view should appear on the device while it is hidden.
virtual void hide() = 0;
This method makes the view invisible. Nothing from this view should appear on the device while it is hidden.