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 return false if you want the operating system to handle it.
bool Handled()