Edit

GLTextureView.OnResume Method

Definition

Inform the view that the activity is resumed.

public void OnResume();

Remarks

The owner of this view must call this method when the activity is resumed. Calling this method will recreate the OpenGL display and resume the rendering thread. Must not be called before a renderer has been set.

Applies to