SignalThresholdInfo.Builder.SetSignalMeasurementType(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the signal measurement type for the builder instance.
[Android.Runtime.Register("setSignalMeasurementType", "(I)Landroid/telephony/SignalThresholdInfo$Builder;", "", ApiSince=31)]
public Android.Telephony.SignalThresholdInfo.Builder SetSignalMeasurementType(int signalMeasurementType);
[<Android.Runtime.Register("setSignalMeasurementType", "(I)Landroid/telephony/SignalThresholdInfo$Builder;", "", ApiSince=31)>]
member this.SetSignalMeasurementType : int -> Android.Telephony.SignalThresholdInfo.Builder
Parameters
- signalMeasurementType
- Int32
The signal measurement type. Value is one of the following: SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_UNKNOWN SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSI SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSCP SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSRP SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSRQ SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_RSSNR SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_SSRSRP SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_SSRSRQ SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_SSSINR SignalThresholdInfo.SIGNAL_MEASUREMENT_TYPE_ECNO
Returns
the builder to facilitate the chaining. This value cannot be null.
- Attributes
Remarks
Set the signal measurement type for the builder instance.
Android reference for android.telephony.SignalThresholdInfo.Builder.setSignalMeasurementType.
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.