SignalThresholdInfo.GetThresholds 方法

定义

获取信号强度阈值。

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

返回

Int32[]

信号阈值的整数数组

属性

注解

获取信号强度阈值。

信号强度阈值是用于建议信号级别和信号报告条件的整数列表。 范围和单元必须引用特定的 SignalMeasurementType。

请参阅 https://source.android.com/devices/tech/connect/signal-strength 信号强度阈值如何用于信号强度报告。

适用于 . 的 android.telephony.SignalThresholdInfo.getThresholds()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于