Call.Callback.OnCannedTextResponsesLoaded(Call, IList<String>) Method

Definition

Invoked when the text messages that can be used as responses to the incoming Call are loaded from the relevant database.

[Android.Runtime.Register("onCannedTextResponsesLoaded", "(Landroid/telecom/Call;Ljava/util/List;)V", "GetOnCannedTextResponsesLoaded_Landroid_telecom_Call_Ljava_util_List_Handler", ApiSince=23)]
public virtual void OnCannedTextResponsesLoaded (Android.Telecom.Call call, System.Collections.Generic.IList<string>? cannedTextResponses);
[<Android.Runtime.Register("onCannedTextResponsesLoaded", "(Landroid/telecom/Call;Ljava/util/List;)V", "GetOnCannedTextResponsesLoaded_Landroid_telecom_Call_Ljava_util_List_Handler", ApiSince=23)>]
abstract member OnCannedTextResponsesLoaded : Android.Telecom.Call * System.Collections.Generic.IList<string> -> unit
override this.OnCannedTextResponsesLoaded : Android.Telecom.Call * System.Collections.Generic.IList<string> -> unit

Parameters

call
Call

The Call invoking this method.

cannedTextResponses
IList<String>

The text messages useable as responses.

Attributes

Remarks

Invoked when the text messages that can be used as responses to the incoming Call are loaded from the relevant database. See #getCannedTextResponses().

Java documentation for android.telecom.Call.Callback.onCannedTextResponsesLoaded(android.telecom.Call, java.util.List<java.lang.String>).

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