SignalStrength.CellSignalStrengths 属性

定义

返回此 SignalStrength 报告的 CellSignalStrength 组件的列表。

public virtual System.Collections.Generic.IList<Android.Telephony.CellSignalStrength> CellSignalStrengths { [Android.Runtime.Register("getCellSignalStrengths", "()Ljava/util/List;", "GetGetCellSignalStrengthsHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getCellSignalStrengths", "()Ljava/util/List;", "GetGetCellSignalStrengthsHandler", ApiSince=29)>]
member this.CellSignalStrengths : System.Collections.Generic.IList<Android.Telephony.CellSignalStrength>

属性值

如果没有任何有效的度量值,则为 CellSignalStrength 列表或空列表。

属性

注解

返回此 SignalStrength 报告的 CellSignalStrength 组件的列表。

使用此 API 访问基础 android.telephony#CellSignalStrength CellSignalStrength 对象,这些对象提供有关 SignalStrength 报告的详细信息。 仅返回有效的 (非空) CellSignalStrengths。 不能保证返回的任何元素的顺序,列表可能包含多个 CellSignalStrength 类型的实例。

适用于 . 的 android.telephony.SignalStrength.getCellSignalStrengths()Java 文档

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

适用于