UiccPortInfo.IccId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the ICCID of the profile associated with this port.
public string? IccId { [Android.Runtime.Register("getIccId", "()Ljava/lang/String;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getIccId", "()Ljava/lang/String;", "", ApiSince=33)>]
member this.IccId : string
Property Value
- Attributes
Remarks
Get the ICCID of the profile associated with this port. If this port is not #isActive()
, returns null
. If the caller does not have access to the ICCID for this port, it will be redacted and #ICCID_REDACTED
will be returned.
Java documentation for android.telephony.UiccPortInfo.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.