mobile.isForeground
Indicates if the mobile app is in foreground mode.
Syntax
ui.Interface.frontCall("mobile", "isForeground",
[], [result] )
- result - Is set to
TRUE
, if the app is in foreground mode, orFALSE
if in background mode.
Usage
The "mobile.isForeground
" front call is a synomym for standard.isForeground.