Call.Callback.OnHandoverFailed(Call, HandoverFailureReason) 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 Call handover from one PhoneAccount
to other PhoneAccount
has failed.
[Android.Runtime.Register("onHandoverFailed", "(Landroid/telecom/Call;I)V", "GetOnHandoverFailed_Landroid_telecom_Call_IHandler", ApiSince=28)]
public virtual void OnHandoverFailed (Android.Telecom.Call call, Android.Telecom.HandoverFailureReason failureReason);
[<Android.Runtime.Register("onHandoverFailed", "(Landroid/telecom/Call;I)V", "GetOnHandoverFailed_Landroid_telecom_Call_IHandler", ApiSince=28)>]
abstract member OnHandoverFailed : Android.Telecom.Call * Android.Telecom.HandoverFailureReason -> unit
override this.OnHandoverFailed : Android.Telecom.Call * Android.Telecom.HandoverFailureReason -> unit
Parameters
- call
- Call
The call which had initiated handover.
- failureReason
- HandoverFailureReason
Error reason for failure.
- Attributes
Remarks
Invoked when Call handover from one PhoneAccount
to other PhoneAccount
has failed.
For a full discussion of the handover process and the APIs involved, see android.telecom.Call#handoverTo(PhoneAccountHandle, int, Bundle)
.
Java documentation for android.telecom.Call.Callback.onHandoverFailed(android.telecom.Call, int)
.
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.