Android.Telephony.TelephonyManager.SubscriberId Property
Returns the unique subscriber ID, for example, the IMSI for a GSM phone.

Syntax

[get: Android.Runtime.Register("getSubscriberId", "()Ljava/lang/String;", "GetGetSubscriberIdHandler")]
public virtual string SubscriberId { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the unique subscriber ID, for example, the IMSI for a GSM phone. Return null if it is unavailable.

Requires Permission: NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#READ_PHONE_STATE

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1