Call.Callback.HandoverFailureNotSupported フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Telecom.HandoverFailureReason enum directly instead of this field.
ハンドオーバーが開始されたが、移行元または移行先アプリがハンドオーバーをサポートしていない場合に、 #onHandoverFailed(Call, int) 経由で返されるハンドオーバーエラーの理由。
[Android.Runtime.Register("HANDOVER_FAILURE_NOT_SUPPORTED", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.HandoverFailureReason enum directly instead of this field.", true)]
public const Android.Telecom.HandoverFailureReason HandoverFailureNotSupported = 2;
[<Android.Runtime.Register("HANDOVER_FAILURE_NOT_SUPPORTED", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.HandoverFailureReason enum directly instead of this field.", true)>]
val mutable HandoverFailureNotSupported : Android.Telecom.HandoverFailureReason
フィールド値
Value = 2- 属性
注釈
ハンドオーバーが開始されたが、移行元または移行先アプリがハンドオーバーをサポートしていない場合に、 #onHandoverFailed(Call, int) 経由で返されるハンドオーバーエラーの理由。
#handoverTo(PhoneAccountHandle, int, Bundle)経由で引き渡しが要求され、宛先PhoneAccountHandleがPhoneAccount#EXTRA_SUPPORTS_HANDOVER_TOを宣言していない場合に返されます。 現在の呼び出しの PhoneAccountHandle でハンドオーバーが要求された場合 (つまり、ソース呼び出しの Details#getAccountHandle()) が PhoneAccount#EXTRA_SUPPORTS_HANDOVER_FROM宣言していない場合にも返されることがあります。
通話の引き渡しの詳細については、 #handoverTo(PhoneAccountHandle, int, Bundle)を参照してください。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。