Icon.TypeAdaptiveBitmap フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.

を使用して Icon#createWithAdaptiveBitmap作成されたアイコン。

[Android.Runtime.Register("TYPE_ADAPTIVE_BITMAP", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.", true)]
public const Android.Graphics.Drawables.IconType TypeAdaptiveBitmap = 5;
[<Android.Runtime.Register("TYPE_ADAPTIVE_BITMAP", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.", true)>]
val mutable TypeAdaptiveBitmap : Android.Graphics.Drawables.IconType

フィールド値

Value = 5

実装

属性

注釈

を使用して Icon#createWithAdaptiveBitmap作成されたアイコン。

android.graphics.drawable.Icon.TYPE_ADAPTIVE_BITMAPJava ドキュメント。

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

適用対象