Share via


AdRequest.RequestTypeStop Field

Definition

Caution

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

Request to stop an advertisement.

[Android.Runtime.Register("REQUEST_TYPE_STOP", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.AdRequestType enum directly instead of this field.", true)]
public const Android.Media.TV.AdRequestType RequestTypeStop = 2;
[<Android.Runtime.Register("REQUEST_TYPE_STOP", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.AdRequestType enum directly instead of this field.", true)>]
val mutable RequestTypeStop : Android.Media.TV.AdRequestType

Field Value

Value = 2

Implements

Attributes

Remarks

Request to stop an advertisement.

Java documentation for android.media.tv.AdRequest.REQUEST_TYPE_STOP.

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