PendingIntent.IsImmutable Property

Definition

Check if this PendingIntent is marked with #FLAG_IMMUTABLE.

public bool IsImmutable { [Android.Runtime.Register("isImmutable", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isImmutable", "()Z", "", ApiSince=31)>]
member this.IsImmutable : bool

Property Value

Attributes

Remarks

Check if this PendingIntent is marked with #FLAG_IMMUTABLE.

Java documentation for android.app.PendingIntent.isImmutable().

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