Build.VERSION_CODES.SV2 フィールド

定義

注意事項

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

S V2。

[Android.Runtime.Register("S_V2", ApiSince=32)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)]
public const Android.OS.BuildVersionCodes SV2 = 32;
[<Android.Runtime.Register("S_V2", ApiSince=32)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable SV2 : Android.OS.BuildVersionCodes

フィールド値

Value = 32
属性

注釈

の Java ドキュメント android.os.Build.VERSION_CODES.S_V2

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

適用対象