Android.Content.Intent.AddFlags Method
Add additional flags to the intent (or with existing flags value).

Syntax

[Android.Runtime.Register("addFlags", "(I)Landroid/content/Intent;", "GetAddFlags_IHandler")]
public virtual Intent AddFlags ([Android.Runtime.GeneratedEnum] ActivityFlags flags)

See Also

Intent.SetFlags(ActivityFlags)

Parameters

flags
The new flags to set.

Returns

Documentation for this section has not yet been entered.

Remarks

Add additional flags to the intent (or with existing flags value).

[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