다음을 통해 공유


TvInputManager.SignalStrengthLost Field

Definition

Caution

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

Signal lost.

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

Field Value

Value = 1
Attributes

Remarks

Signal lost.

Java documentation for android.media.tv.TvInputManager.SIGNAL_STRENGTH_LOST.

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