Android.App.Fragment.IsResumed Property
Return true if the fragment is in the resumed state.

Syntax

[get: Android.Runtime.Register("isResumed", "()Z", "GetIsResumedHandler")]
public bool IsResumed { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return true if the fragment is in the resumed state. This is true for the duration of Fragment.OnResume and Fragment.OnPause as well.

[Android Documentation]

Requirements

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