EuiccManager.Eid Property

Definition

Returns the EID identifying the eUICC hardware.

public virtual string? Eid { [Android.Runtime.Register("getEid", "()Ljava/lang/String;", "GetGetEidHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getEid", "()Ljava/lang/String;", "GetGetEidHandler", ApiSince=28)>]
member this.Eid : string

Property Value

the EID. May be null if the eUICC is not ready.

Attributes

Remarks

Returns the EID identifying the eUICC hardware.

Requires that the calling app has carrier privileges on the active subscription on the current eUICC. A calling app with carrier privileges for one eUICC may not necessarily have access to the EID of another eUICC.

Java documentation for android.telephony.euicc.EuiccManager.getEid().

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