TvAdManager.TvAdServiceList 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 AD services on the system.
public System.Collections.Generic.IList<Android.Media.TV.Ads.TvAdServiceInfo> TvAdServiceList { [Android.Runtime.Register("getTvAdServiceList", "()Ljava/util/List;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getTvAdServiceList", "()Ljava/util/List;", "", ApiSince=36)>]
member this.TvAdServiceList : System.Collections.Generic.IList<Android.Media.TV.Ads.TvAdServiceInfo>
Property Value
List of TvAdServiceInfo for each TV AD service that describes its meta
information.
- Attributes
Remarks
Returns the complete list of TV AD services on the system.
Java documentation for android.media.tv.ad.TvAdManager.getTvAdServiceList().
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.