次の方法で共有


Notification.Builder.SetProgress(Int32, Int32, Boolean) メソッド

定義

この通知が表す進行状況を設定します。

[Android.Runtime.Register("setProgress", "(IIZ)Landroid/app/Notification$Builder;", "GetSetProgress_IIZHandler")]
public virtual Android.App.Notification.Builder SetProgress (int max, int progress, bool indeterminate);
[<Android.Runtime.Register("setProgress", "(IIZ)Landroid/app/Notification$Builder;", "GetSetProgress_IIZHandler")>]
abstract member SetProgress : int * int * bool -> Android.App.Notification.Builder
override this.SetProgress : int * int * bool -> Android.App.Notification.Builder

パラメーター

max
Int32

進行状況に使用できる最大値を定義します。

progress
Int32

既定の進行状況の値 (0 から最大) を定義します。

indeterminate
Boolean

trueに設定すると、進行状況を示さずに非循環アニメーションが表示されます。

戻り値

属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象