Notification.WearableExtender.Pages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method was deprecated in API level 29.
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
This method was deprecated in API level 29. Multiple content pages are no longer supported.
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.
Android reference 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.