共用方式為


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 屬性授權中所述的詞彙使用。

適用於