TelecomManager.ActionShowMissedCallsNotification Field

Definition

Broadcast intent action for letting custom component know to show the missed call notification.

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

Field Value

String
Attributes

Remarks

Java documentation for android.telecom.TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION.

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