Build.VERSION_CODES.Lollipop フィールド

定義

注意事項

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

L.

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

フィールド値

Value = 21
属性

注釈

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

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

適用対象