SignalStrength.CellSignalStrengths Property
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.
Returns a List of CellSignalStrength Components of this SignalStrength Report.
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>
Property Value
a List of CellSignalStrength or an empty List if there are no valid measurements.
- Attributes
Remarks
Returns a List of CellSignalStrength Components of this SignalStrength Report.
Use this API to access underlying android.telephony#CellSignalStrength CellSignalStrength
objects that provide more granular information about the SignalStrength report. Only valid (non-empty) CellSignalStrengths will be returned. The order of any returned elements is not guaranteed, and the list may contain more than one instance of a CellSignalStrength type.
Java documentation for android.telephony.SignalStrength.getCellSignalStrengths()
.
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.