Activity.Immersive Property

Definition

Bit indicating that this activity is "immersive" and should not be interrupted by notifications if possible.

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

Property Value

Attributes

Remarks

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 setImmersive(boolean).

See also:

Android reference for android.app.Activity.isImmersive.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to