EuiccManager.EuiccInfo Property

Definition

Returns information about the eUICC chip/device.

public virtual Android.Telephony.Euicc.EuiccInfo? EuiccInfo { [Android.Runtime.Register("getEuiccInfo", "()Landroid/telephony/euicc/EuiccInfo;", "GetGetEuiccInfoHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getEuiccInfo", "()Landroid/telephony/euicc/EuiccInfo;", "GetGetEuiccInfoHandler", ApiSince=28)>]
member this.EuiccInfo : Android.Telephony.Euicc.EuiccInfo

Property Value

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

Attributes

Remarks

Returns information about the eUICC chip/device.

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

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