- nextIntent
- Intent for the topmost Activity in the synthesized task stack. Its chain of parents as specified in the manifest will be added.
Documentation for this section has not yet been entered.
Add a new Intent with the resolved chain of parents for the target activity to the task stack.
This is equivalent to calling TaskStackBuilder.AddParentStack(Android.Content.ComponentName) with the resolved ComponentName of nextIntent (if it can be resolved), followed by TaskStackBuilder.AddNextIntent(Android.Content.Intent) with nextIntent.