SignalThresholdInfo.GetThresholds 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.
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
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.