TelecomManager.ExtraNotificationPhoneNumber Field

Definition

The number associated with the missed calls.

[Android.Runtime.Register("EXTRA_NOTIFICATION_PHONE_NUMBER", ApiSince=24)]
public const string ExtraNotificationPhoneNumber;
[<Android.Runtime.Register("EXTRA_NOTIFICATION_PHONE_NUMBER", ApiSince=24)>]
val mutable ExtraNotificationPhoneNumber : string

Field Value

Attributes

Remarks

The number associated with the missed calls. This number is only relevant when EXTRA_NOTIFICATION_COUNT is 1.

Java documentation for android.telecom.TelecomManager.EXTRA_NOTIFICATION_PHONE_NUMBER.

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