LauncherActivity.IntentForPosition(Int32) Method

Definition

Return the actual Intent for a specific position in our android.widget.ListView.

[Android.Runtime.Register("intentForPosition", "(I)Landroid/content/Intent;", "GetIntentForPosition_IHandler")]
protected virtual Android.Content.Intent? IntentForPosition (int position);
[<Android.Runtime.Register("intentForPosition", "(I)Landroid/content/Intent;", "GetIntentForPosition_IHandler")>]
abstract member IntentForPosition : int -> Android.Content.Intent
override this.IntentForPosition : int -> Android.Content.Intent

Parameters

position
Int32

The item whose Intent to return

Returns

Attributes

Remarks

Return the actual Intent for a specific position in our android.widget.ListView.

Java documentation for android.app.LauncherActivity.intentForPosition(int).

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.

Applies to