SignalThresholdInfo.GetThresholds Method

Definition

Get the signal strength thresholds.

[Android.Runtime.Register("getThresholds", "()[I", "", ApiSince=31)]
public int[] GetThresholds ();
[<Android.Runtime.Register("getThresholds", "()[I", "", ApiSince=31)>]
member this.GetThresholds : unit -> int[]

Returns

Int32[]

array of integer of the signal thresholds

Attributes

Remarks

Get the signal strength thresholds.

Signal strength thresholds are a list of integer used for suggesting signal level and signal reporting criteria. The range and unit must reference specific SignalMeasurementType.

Please refer to https://source.android.com/devices/tech/connect/signal-strength on how signal strength thresholds are used for signal strength reporting.

Java documentation for android.telephony.SignalThresholdInfo.getThresholds().

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