TvInteractiveAppServiceInfo.InteractiveAppTypeTargetedAd Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.TV.Interactive.InteractiveAppType enum directly instead of this field.

Targeted Advertisement interactive app type

[Android.Runtime.Register("INTERACTIVE_APP_TYPE_TARGETED_AD", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.Interactive.InteractiveAppType enum directly instead of this field.", true)]
public const Android.Media.TV.Interactive.InteractiveAppType InteractiveAppTypeTargetedAd = 8;
[<Android.Runtime.Register("INTERACTIVE_APP_TYPE_TARGETED_AD", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.Interactive.InteractiveAppType enum directly instead of this field.", true)>]
val mutable InteractiveAppTypeTargetedAd : Android.Media.TV.Interactive.InteractiveAppType

Field Value

Value = 8

Implements

Attributes

Remarks

Targeted Advertisement interactive app type

Java documentation for android.media.tv.interactive.TvInteractiveAppServiceInfo.INTERACTIVE_APP_TYPE_TARGETED_AD.

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