Android.Opengl.GLSurfaceView.OnPause Method
Inform the view that the activity is paused.

Syntax

[Android.Runtime.Register("onPause", "()V", "GetOnPauseHandler")]
public virtual void OnPause ()

Remarks

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

[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