- Source:
Methods
-
<static> OnScreenHidden()
-
Function called when the screen is hidden by the screen manager
It is expected that screens override this function if required,
to handle focus any actions required on the screen being hidden- Source:
Returns:
- Type
- void
-
<static> OnScreenShown()
-
Function called when the screen is displayed by the screen manager
It is expected that screens override this function to handle focus
managmenet and any other actions required on screen shown- Source:
Returns:
- Type
- void
-
<static> init()
-
- Source:
Returns:
- Type
- void