[Android.Runtime.Register("onPause", "()V", "GetOnPauseHandler")] public virtual voidOnPause ()
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.