TvInteractiveAppManager.TvInteractiveAppServiceList 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 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.
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.