Share via


TvInteractiveAppManager.TvInteractiveAppServiceList Property

Definition

Returns the complete list of TV Interactive App service on the system.

public System.Collections.Generic.IList<Android.Media.TV.Interactive.TvInteractiveAppServiceInfo> TvInteractiveAppServiceList { [Android.Runtime.Register("getTvInteractiveAppServiceList", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getTvInteractiveAppServiceList", "()Ljava/util/List;", "", ApiSince=33)>]
member this.TvInteractiveAppServiceList : System.Collections.Generic.IList<Android.Media.TV.Interactive.TvInteractiveAppServiceInfo>

Property Value

List of TvInteractiveAppServiceInfo for each TV Interactive App service that describes its meta information.

Attributes

Remarks

Returns the complete list of TV Interactive App service on the system.

Java documentation for android.media.tv.interactive.TvInteractiveAppManager.getTvInteractiveAppServiceList().

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