Call.EventClearDiagnosticMessage 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.
Event reported from the telecom framework when a diagnostic message previously raised with
#EVENT_DISPLAY_DIAGNOSTIC_MESSAGE
has cleared and is no longer pertinent.
[Android.Runtime.Register("EVENT_CLEAR_DIAGNOSTIC_MESSAGE", ApiSince=31)]
public const string EventClearDiagnosticMessage;
[<Android.Runtime.Register("EVENT_CLEAR_DIAGNOSTIC_MESSAGE", ApiSince=31)>]
val mutable EventClearDiagnosticMessage : string
Field Value
- Attributes
Remarks
Event reported from the telecom framework when a diagnostic message previously raised with #EVENT_DISPLAY_DIAGNOSTIC_MESSAGE
has cleared and is no longer pertinent.
The #EXTRA_DIAGNOSTIC_MESSAGE_ID
indicates the diagnostic message which has been cleared.
The dialer app receives this event via Call.Callback#onConnectionEvent(Call, String, Bundle)
.
Java documentation for android.telecom.Call.EVENT_CLEAR_DIAGNOSTIC_MESSAGE
.
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.