言語

InputDevice.SourceAny フィールド

定義

注意事項

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

任意の種類の入力ソースを提供するデバイスと一致するように入力デバイスをフィルター処理するときに使用される特殊な入力ソース定数。

[Android.Runtime.Register("SOURCE_ANY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)]
public const Android.Views.InputSourceType SourceAny = -256;
[<Android.Runtime.Register("SOURCE_ANY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)>]
val mutable SourceAny : Android.Views.InputSourceType

フィールド値

Value = -256

実装

属性

注釈

任意の種類の入力ソースを提供するデバイスと一致するように入力デバイスをフィルター処理するときに使用される特殊な入力ソース定数。

Javaドキュメント。

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

適用対象