Call.EventClearDiagnosticMessage Field

Definition

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.

Applies to