Android.Telephony.TelephonyManager.ExtraIncomingNumber Field
The lookup key used with the TelephonyManager.ActionPhoneStateChanged broadcast for a String containing the incoming phone number.

Syntax

[Android.Runtime.Register("EXTRA_INCOMING_NUMBER")]
public const string ExtraIncomingNumber

Remarks

The lookup key used with the TelephonyManager.ActionPhoneStateChanged broadcast for a String containing the incoming phone number. Only valid when the new call state is RINGING.

Retrieve with Android.Content.Intent.GetStringExtra(string).

[Android Documentation]

Requirements

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