Android.Telephony.TelephonyManager.NeighboringCellInfo Property
Returns the neighboring cell information of the device.

Syntax

[get: Android.Runtime.Register("getNeighboringCellInfo", "()Ljava/util/List;", "GetGetNeighboringCellInfoHandler")]
public virtual IList<NeighboringCellInfo> NeighboringCellInfo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the neighboring cell information of the device. The getAllCellInfo is preferred and use this only if getAllCellInfo return nulls or an empty list.

In the future this call will be deprecated.

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3