User
- Since:
Members
-
readonly, nullable name :string
-
Username. This property is
null
if the username cannot be determined.- Since:
Example
if (mobicontrol.sharedDevice.isUserLoggedIn && mobicontrol.sharedDevice.currentUser.name == "johndoe") { mobicontrol.message.createInfoDialog('Welcome John!').show(); }