Android.App.Activity.OnPostResume Method
Called when activity resume is complete (after Activity.OnResume has been called).

Syntax

[Android.Runtime.Register("onPostResume", "()V", "GetOnPostResumeHandler")]
protected virtual void OnPostResume ()

See Also

Activity.OnResume

Remarks

Called when activity resume is complete (after Activity.OnResume has been called). Applications will generally not implement this method; it is intended for system classes to do final setup after application resume code has run.

Derived classes must call through to the super class's implementation of this method. If they do not, an exception will be thrown.

[Android Documentation]

Requirements

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