SignalThresholdInfo.SignalMeasurementTypeRssi Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.SignalMeasurementType enum directly instead of this field.

Received Signal Strength Indication.

[Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSSI", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SignalMeasurementType enum directly instead of this field.", true)]
public const Android.Telephony.SignalMeasurementType SignalMeasurementTypeRssi = 1;
[<Android.Runtime.Register("SIGNAL_MEASUREMENT_TYPE_RSSI", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SignalMeasurementType enum directly instead of this field.", true)>]
val mutable SignalMeasurementTypeRssi : Android.Telephony.SignalMeasurementType

Field Value

SignalMeasurementType

Implements

Attributes

Remarks

Java documentation for android.telephony.SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI.

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