InputDevice.SourceClassNone フィールド

定義

注意事項

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

入力ソースにはクラスがありません。

[Android.Runtime.Register("SOURCE_CLASS_NONE")]
[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 SourceClassNone = 0;
[<Android.Runtime.Register("SOURCE_CLASS_NONE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)>]
val mutable SourceClassNone : Android.Views.InputSourceType

フィールド値

Value = 0

実装

属性

注釈

入力ソースにはクラスがありません。

デバイスの種類に基づいてデバイスを処理する方法は、アプリケーションによって決まります。

android.view.InputDevice.SOURCE_CLASS_NONEJava ドキュメント。

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

適用対象