Android.App.TaskStackBuilder.GetIntents Method
Return an array containing the intents added to this builder.

Syntax

[Android.Runtime.Register("getIntents", "()[Landroid/content/Intent;", "GetGetIntentsHandler")]
public virtual Android.Content.Intent[] GetIntents ()

Returns

Documentation for this section has not yet been entered.

Remarks

Return an array containing the intents added to this builder. The intent at the root of the task stack will appear as the first item in the array and the intent at the top of the stack will appear as the last item.

[Android Documentation]

Requirements

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