SubscriptionInfo.IccId Property

Definition

Returns the ICC ID.

public virtual string? IccId { [Android.Runtime.Register("getIccId", "()Ljava/lang/String;", "GetGetIccIdHandler", ApiSince=22)] get; }
[<get: Android.Runtime.Register("getIccId", "()Ljava/lang/String;", "GetGetIccIdHandler", ApiSince=22)>]
member this.IccId : string

Property Value

String

the ICC ID, or an empty string if one of these requirements is not met

Attributes

Remarks

Java documentation for android.telephony.SubscriptionInfo.getIccId().

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