mobile.isForeground

Indicates if the mobile app is in foreground mode.

Syntax

ui.Interface.frontCall("mobile", "isForeground",
   [],  [result] )
  1. result - Is set to TRUE, if the app is in foreground mode, or FALSE if in background mode.

Usage

The "mobile.isForeground" front call is a synomym for standard.isForeground.