Android.Content.Intent.Flags Property
Retrieve any special flags associated with this intent.

Syntax

[get: Android.Runtime.Register("getFlags", "()I", "GetGetFlagsHandler")]
public virtual ActivityFlags Flags { get; }

See Also

Intent.SetFlags(ActivityFlags)

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve any special flags associated with this intent. You will normally just set them with Intent.SetFlags(ActivityFlags) and let the system take the appropriate action with them.

[Android Documentation]

Requirements

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