Interface IPlatformBackButton
Allows for platform specific handling of the Back button.
public interface IPlatformBackButton
Methods
Handled()
Return true if your game has handled the back button event retrn false if you want the operating system to handle it.
bool Handled()