Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IBackButtonHandler.cs
1using System.Threading.Tasks;
2
4{
9 public interface IBackButtonHandler
10 {
11 Task<bool> OnBackButtonPressedAsync();
12 }
13}
Implement on a Page or its ViewModel to intercept back button presses. Return true to consume (preven...