Android.Opengl.GLSurfaceView.OnResume Method
Inform the view that the activity is resumed.

Syntax

[Android.Runtime.Register("onResume", "()V", "GetOnResumeHandler")]
public virtual void OnResume ()

Remarks

Inform the view that the activity is resumed. 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.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3