TelephonyManager.NeighboringCellInfo Property

Definition

Returns the neighboring cell information of the device.

public virtual System.Collections.Generic.IList<Android.Telephony.NeighboringCellInfo>? NeighboringCellInfo { [Android.Runtime.Register("getNeighboringCellInfo", "()Ljava/util/List;", "GetGetNeighboringCellInfoHandler")] get; }
[<get: Android.Runtime.Register("getNeighboringCellInfo", "()Ljava/util/List;", "GetGetNeighboringCellInfoHandler")>]
member this.NeighboringCellInfo : System.Collections.Generic.IList<Android.Telephony.NeighboringCellInfo>

Property Value

List of NeighboringCellInfo or null if info unavailable.

Attributes

Remarks

Returns the neighboring cell information of the device.

This member is deprecated. Use #getAllCellInfo which returns a superset of the information from NeighboringCellInfo, including LTE cell information.

Java documentation for android.telephony.TelephonyManager.getNeighboringCellInfo().

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.

Applies to