DeviceProductInfo.ConnectionToSinkBuiltIn フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Hardware.Display.ConnectionToSinkType enum directly instead of this field.

ディスプレイ シンクはデバイスに組み込まれています

[Android.Runtime.Register("CONNECTION_TO_SINK_BUILT_IN", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.ConnectionToSinkType enum directly instead of this field.", true)]
public const Android.Hardware.Display.ConnectionToSinkType ConnectionToSinkBuiltIn = 1;
[<Android.Runtime.Register("CONNECTION_TO_SINK_BUILT_IN", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.ConnectionToSinkType enum directly instead of this field.", true)>]
val mutable ConnectionToSinkBuiltIn : Android.Hardware.Display.ConnectionToSinkType

フィールド値

Value = 1

実装

属性

注釈

ディスプレイ シンクはデバイスに組み込まれています

の Java ドキュメント android.hardware.display.DeviceProductInfo.CONNECTION_TO_SINK_BUILT_IN

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

適用対象