Build.VERSION_CODES.S フィールド

定義

注意事項

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

S.

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

フィールド値

Value = 31
属性

注釈

S.

android.os.Build.VERSION_CODES.SJava ドキュメント。

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

適用対象