Call.Callback.HandoverFailureUnknown フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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_UNKNOWN", 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 HandoverFailureUnknown = 5;
[<Android.Runtime.Register("HANDOVER_FAILURE_UNKNOWN", 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 HandoverFailureUnknown : Android.Telecom.HandoverFailureReason
フィールド値
Value = 5- 属性
注釈
不明な理由で引き渡しが失敗した場合に、 #onHandoverFailed(Call, int) 経由で返された引き渡しエラーの理由。
通話の引き渡しの詳細については、 #handoverTo(PhoneAccountHandle, int, Bundle)を参照してください。
android.telecom.Call.Callback.HANDOVER_FAILURE_UNKNOWNの Java ドキュメント。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。