dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.98k stars 1.71k forks source link

Page class - protected virtual bool OnBackButtonPressed() contains no documentation #10558

Open janseris opened 1 year ago

janseris commented 1 year ago

Description

The function returns true or false but what is the meaning of these values?

Steps to Reproduce

Try use protected virtual bool OnBackButtonPressed() in Page or any Page descendant.

Link to public reproduction project repository

none

Version with bug

6.0.486 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android, Windows, macOS, Other (Tizen, Linux, etc. not supported by Microsoft directly)

Affected platform versions

all

Did you find any workaround?

no

Relevant log output

No response

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

mattleibow commented 1 year ago

@jfversluis are we just missing API docs here?