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

Definition

[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
cannedTextResponses
IList<String>
Attributes

Remarks

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