Parameter for wakeLock
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Wake lock level and flag. See PowerManager.newWakeLock in the Android API Reference
This API can be assigned the following constants:
Default: Titanium.Android.WAKE_LOCK_FULL | Titanium.Android.WAKE_LOCK_ACQUIRE_CAUSES_WAKEUP | Titanium.Android.WAKE_LOCK_ON_AFTER_RELEASE
Minimum time the device will be switched on (plus device switch-off time)
Default: 3000