LauncherActivity.MakeListItems Method

Definition

Perform the query to determine which results to show and return a list of them.

[Android.Runtime.Register("makeListItems", "()Ljava/util/List;", "GetMakeListItemsHandler")]
public virtual System.Collections.Generic.IList<Android.App.LauncherActivity.ListItem>? MakeListItems ();
[<Android.Runtime.Register("makeListItems", "()Ljava/util/List;", "GetMakeListItemsHandler")>]
abstract member MakeListItems : unit -> System.Collections.Generic.IList<Android.App.LauncherActivity.ListItem>
override this.MakeListItems : unit -> System.Collections.Generic.IList<Android.App.LauncherActivity.ListItem>

Returns

Attributes

Remarks

Perform the query to determine which results to show and return a list of them.

Java documentation for android.app.LauncherActivity.makeListItems().

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