Intent.Flags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve any special flags associated with this intent.
public virtual Android.Content.ActivityFlags Flags { [Android.Runtime.Register("getFlags", "()I", "GetGetFlagsHandler")] get; }
[<get: Android.Runtime.Register("getFlags", "()I", "GetGetFlagsHandler")>]
member this.Flags : Android.Content.ActivityFlags
Property Value
The currently set flags.
- Attributes
Remarks
Retrieve any special flags associated with this intent. You will normally just set them with #setFlags
and let the system take the appropriate action with them.
Java documentation for android.content.Intent.getFlags()
.
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.