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

定義

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

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

パラメーター

endIcon
Icon

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

返品

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

属性

注釈

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

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

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

適用対象