Lingua

AppInteractionSession.CreateParams.Builder.SetTargetPackages Method

Definition

[Android.Runtime.Register("setTargetPackages", "(Ljava/util/List;)Landroid/app/AppInteractionSession$CreateParams$Builder;", "", ApiSince=37)]
public Android.App.AppInteractionSession.CreateParams.Builder SetTargetPackages(System.Collections.Generic.IList<string> targetPackages);
[<Android.Runtime.Register("setTargetPackages", "(Ljava/util/List;)Landroid/app/AppInteractionSession$CreateParams$Builder;", "", ApiSince=37)>]
member this.SetTargetPackages : System.Collections.Generic.IList<string> -> Android.App.AppInteractionSession.CreateParams.Builder

Parameters

targetPackages
IList<String>

Returns

Attributes

Applies to