Notification.ProgressStyle.SetProgressSegments Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Android.Runtime.Register("setProgressSegments", "(Ljava/util/List;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressSegments_Ljava_util_List_Handler", ApiSince=36)]
public virtual Android.App.Notification.ProgressStyle SetProgressSegments(System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment> progressSegments);
[<Android.Runtime.Register("setProgressSegments", "(Ljava/util/List;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressSegments_Ljava_util_List_Handler", ApiSince=36)>]
abstract member SetProgressSegments : System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment> -> Android.App.Notification.ProgressStyle
override this.SetProgressSegments : System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment> -> Android.App.Notification.ProgressStyle
Parâmetros
- progressSegments
- IList<Notification.ProgressStyle.Segment>
Retornos
- Atributos