AppInteractionSession.UpdateParams.AdditionalTargetPackages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the list of additional target packages to update the session for.
public System.Collections.Generic.IList<string> AdditionalTargetPackages { [Android.Runtime.Register("getAdditionalTargetPackages", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAdditionalTargetPackages", "()Ljava/util/List;", "", ApiSince=37)>]
member this.AdditionalTargetPackages : System.Collections.Generic.IList<string>
Property Value
- Attributes