Android.App.Activity.Immersive Property
Bit indicating that this activity is "immersive" and should not be interrupted by notifications if possible.

Syntax

[get: Android.Runtime.Register("isImmersive", "()Z", "GetIsImmersiveHandler")]
[set: Android.Runtime.Register("setImmersive", "(Z)V", "GetSetImmersive_ZHandler")]
public virtual bool Immersive { get; set; }

See Also

Activity.Immersive
Activity.Immersive

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Bit indicating that this activity is "immersive" and should not be interrupted by notifications if possible. This value is initially set by the manifest property android:immersive but may be changed at runtime by Activity.Immersive.

Set method documentation [Android Documentation]

Adjust the current immersive mode setting. Note that changing this value will have no effect on the activity's Android.Content.PM.ActivityInfo structure; that is, if android:immersive is set to true in the application's manifest entry for this activity, the Android.Content.PM.ActivityInfo.Flags member will always have its Android.Content.PM.ActivityInfo.FLAG_IMMERSIVE bit set.

Requirements

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