removeView
Removes a rendering view.
public void removeView(View view, ViewConfig viewConfig) throws RteException
- Since
- Available since v4.4.0.
Note: Only one view can be removed at a time.
Timing
This method must be called after calling addView.
Parameters
- view
- The view object to be removed.
- viewConfig
- Settings for the
viewobject.
Return Values
When the call fails, the SDK throws an exception and returns the corresponding error information. You need to catch and handle the exception.