Share via


TvInteractiveAppServiceInfo.InteractiveAppTypeOther Field

Definition

Caution

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

Other interactive app type

[Android.Runtime.Register("INTERACTIVE_APP_TYPE_OTHER", 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 InteractiveAppTypeOther = -2147483648;
[<Android.Runtime.Register("INTERACTIVE_APP_TYPE_OTHER", 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 InteractiveAppTypeOther : Android.Media.TV.Interactive.InteractiveAppType

Field Value

Value = -2147483648

Implements

Attributes

Remarks

Other interactive app type

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

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