displayErrorDialog
|
fun displayErrorDialog(error: ClientError, errorMessage: String? = null): Unit |
onAnimationEnd
|
open fun onAnimationEnd(animation: Animation?): Unit |
onAnimationRepeat
|
open fun onAnimationRepeat(animation: Animation?): Unit |
onAnimationStart
|
open fun onAnimationStart(animation: Animation?): Unit |
onCreateAnimation
|
open fun onCreateAnimation(transit: Int, enter: Boolean, nextAnim: Int): Animation |
registerKeyboardController
|
fun registerKeyboardController(keyboardListener: KeyboardListener): Unit |
registerNavigationController
|
fun registerNavigationController(navigationListener: NavigationListener): Unit
this method is used to register the navigation controller
|
unregisterKeyboardController
|
fun unregisterKeyboardController(): Unit |
unregisterNavigationController
|
fun unregisterNavigationController(): Unit
free the reference to the navigation controller
|