次の方法で共有


Icon.TypeData フィールド

定義

注意事項

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

を使用して Icon#createWithData(byte[], int, int)作成されたアイコン。

[Android.Runtime.Register("TYPE_DATA", 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 TypeData = 3;
[<Android.Runtime.Register("TYPE_DATA", 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 TypeData : Android.Graphics.Drawables.IconType

フィールド値

Value = 3

実装

属性

注釈

を使用して Icon#createWithData(byte[], int, int)作成されたアイコン。

の Java ドキュメントandroid.graphics.drawable.Icon.TYPE_DATA

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象