PixelCopy.ErrorTimeout フィールド

定義

注意事項

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

コピー元からバッファーを取得しようとしたときにタイムアウトが発生しました。

[Android.Runtime.Register("ERROR_TIMEOUT", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.PixelCopyResult enum directly instead of this field.", true)]
public const Android.Views.PixelCopyResult ErrorTimeout = 2;
[<Android.Runtime.Register("ERROR_TIMEOUT", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.PixelCopyResult enum directly instead of this field.", true)>]
val mutable ErrorTimeout : Android.Views.PixelCopyResult

フィールド値

Value = 2
属性

注釈

コピー元からバッファーを取得しようとしたときにタイムアウトが発生しました。

android.view.PixelCopy.ERROR_TIMEOUTJava ドキュメント。

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

適用対象