Notification.ProgressStyle.SetProgressStartIcon(Icon) メソッド

定義

進行状況バーの先頭に表示されるオプションの四角形のアイコン。

[Android.Runtime.Register("setProgressStartIcon", "(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressStartIcon_Landroid_graphics_drawable_Icon_Handler", ApiSince=36)]
public virtual Android.App.Notification.ProgressStyle SetProgressStartIcon(Android.Graphics.Drawables.Icon? startIcon);
[<Android.Runtime.Register("setProgressStartIcon", "(Landroid/graphics/drawable/Icon;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressStartIcon_Landroid_graphics_drawable_Icon_Handler", ApiSince=36)>]
abstract member SetProgressStartIcon : Android.Graphics.Drawables.Icon -> Android.App.Notification.ProgressStyle
override this.SetProgressStartIcon : Android.Graphics.Drawables.Icon -> Android.App.Notification.ProgressStyle

パラメーター

startIcon
Icon

アイコン: この値は null である可能性があります。

返品

この Android.App.Notification.ProgressStyle インスタンス。呼び出しをチェーンできます。

属性

注釈

進行状況バーの先頭に表示されるオプションの四角形のアイコン。 このアイコンは中央の正方形にトリミングされます。 このアイコンは RTL レイアウトではミラー化されません。

android.app.Notification.ProgressStyle.setProgressStartIconの Android リファレンス。

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

適用対象