PendingIntentFlags Enum

Definition

Enumerates values returned by several methods of PendingIntentFlags and taken as a parameter of several types.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum PendingIntentFlags
[<System.Flags>]
type PendingIntentFlags = 
Inheritance
PendingIntentFlags
Attributes

Fields

AllowUnsafeImplicitIntent 16777216
CancelCurrent 268435456
Immutable 67108864
Mutable 33554432
NoCreate 536870912
OneShot 1073741824
UpdateCurrent 134217728

Remarks

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