Notification.WearableExtender.Pages Property

Definition

Get the array of additional pages of content for displaying this notification.

public System.Collections.Generic.IList<Android.App.Notification>? Pages { [Android.Runtime.Register("getPages", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getPages", "()Ljava/util/List;", "")>]
member this.Pages : System.Collections.Generic.IList<Android.App.Notification>

Property Value

the pages for this notification

Attributes

Remarks

Get the array of additional pages of content for displaying this notification. The current notification forms the first page, and elements within this array form subsequent pages. This field can be used to separate a notification into multiple sections.

This member is deprecated. Multiple content pages are no longer supported.

Java documentation for android.app.Notification.WearableExtender.getPages().

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