Utilities
We describe other functions provided by Monaca.
monaca.getDeviceId()
Get the unique device ID which has been created randomly.
Monaca framework automatically creates a unique device ID at the first time app launch.
Parameter
Return Value
None
Example
monaca.baseUrl
Get an absolute URL to www
folder.
Return Value
Example
monaca.isAndroid
Check whether the device is an Android device or not.
Return Value
Example
monaca.isIOS
Check whether the device is an iOS device or not .
Return Value
Example
Last updated