Edit

GLTextureView.OnPause Method

Definition

Inform the view that the activity is paused.

public void OnPause();

Remarks

The owner of this view must call this method when the activity is paused. Calling this method will pause the rendering thread. Must not be called before a renderer has been set.

Applies to