Notification.WearableExtender.ClearPages Method
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.
[Android.Runtime.Register("clearPages", "()Landroid/app/Notification$WearableExtender;", "")]
public Android.App.Notification.WearableExtender? ClearPages();
[<Android.Runtime.Register("clearPages", "()Landroid/app/Notification$WearableExtender;", "")>]
member this.ClearPages : unit -> Android.App.Notification.WearableExtender
Returns
this object for method chaining
- Attributes
Remarks
This method was deprecated in API level 29. Multiple content pages are no longer supported.
Clear all additional pages present on this builder.
See also:
Android reference for android.app.Notification.WearableExtender.clearPages.
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.