ContentCaptureManager.DataShareErrorTimeoutInterrupted フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.ContentCapture.DataShareError enum directly instead of this field.

データ共有セッションのタイムアウトのため、要求が中断されました。

[Android.Runtime.Register("DATA_SHARE_ERROR_TIMEOUT_INTERRUPTED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentCapture.DataShareError enum directly instead of this field.", true)]
public const Android.Views.ContentCapture.DataShareError DataShareErrorTimeoutInterrupted = 3;
[<Android.Runtime.Register("DATA_SHARE_ERROR_TIMEOUT_INTERRUPTED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentCapture.DataShareError enum directly instead of this field.", true)>]
val mutable DataShareErrorTimeoutInterrupted : Android.Views.ContentCapture.DataShareError

フィールド値

Value = 3
属性

注釈

データ共有セッションのタイムアウトのため、要求が中断されました。

の Java ドキュメント android.view.contentcapture.ContentCaptureManager.DATA_SHARE_ERROR_TIMEOUT_INTERRUPTED

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象