TelecomManager.ActionShowMissedCallsNotification Field
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.
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
- Attributes
Remarks
Broadcast intent action for letting custom component know to show the missed call notification. If no custom component exists then this is sent to the default dialer which should post a missed-call notification.
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.