IDeviceActionsListener
Implementationâ
In order inject your customized logging for your reports or you want to perform any other action when the request gets executed, you can implement this class and provide your implementations for different methods available in this listener interface.
onHideKeyboard ()
â
This method will get executed before hiding the keyboard on Mobile.
onIsKeyboardVisible ()
â
This method will get executed before checking if the keyboard is visible on Mobile.