共用方式為


BroadcastInfoRequest.RequestOptionRepeat Field

Definition

Caution

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

Request option: repeat.

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

Field Value

Value = 0

Implements

Attributes

Remarks

Request option: repeat.

With this option, a response is sent when related broadcast information is detected, even if the same information has been sent previously.

Java documentation for android.media.tv.BroadcastInfoRequest.REQUEST_OPTION_REPEAT.

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