Call.Callback.OnCannedTextResponsesLoaded(Call, IList<String>) Method
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.
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.
- 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()
.
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.