Freigeben über


NetworkRegistrationInfo.CellIdentity Property

Definition

Require android.Manifest.permission#ACCESS_FINE_LOCATION, otherwise return null.

public Android.Telephony.CellIdentity? CellIdentity { [Android.Runtime.Register("getCellIdentity", "()Landroid/telephony/CellIdentity;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getCellIdentity", "()Landroid/telephony/CellIdentity;", "", ApiSince=30)>]
member this.CellIdentity : Android.Telephony.CellIdentity

Property Value

The cell information.

Attributes

Remarks

Require android.Manifest.permission#ACCESS_FINE_LOCATION, otherwise return null.

Java documentation for android.telephony.NetworkRegistrationInfo.getCellIdentity().

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