Language

Notification.WearableExtender.AddPages(IList<Notification>) Method

Definition

This method was deprecated in API level 29.

[Android.Runtime.Register("addPages", "(Ljava/util/List;)Landroid/app/Notification$WearableExtender;", "")]
public Android.App.Notification.WearableExtender? AddPages(System.Collections.Generic.IList<Android.App.Notification>? pages);
[<Android.Runtime.Register("addPages", "(Ljava/util/List;)Landroid/app/Notification$WearableExtender;", "")>]
member this.AddPages : System.Collections.Generic.IList<Android.App.Notification> -> Android.App.Notification.WearableExtender

Parameters

pages
IList<Notification>

List: a list of notifications

Returns

this object for method chaining

Attributes

Remarks

This method was deprecated in API level 29. Multiple content pages are no longer supported.

Add additional pages of content to display with this notification. The current notification forms the first page, and pages added using this function form subsequent pages. This field can be used to separate a notification into multiple sections.

See also:

Android reference for android.app.Notification.WearableExtender.addPages.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to