# wakeLockOptions
Parameter for wakeLock
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# flags
flags :Number
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
# time
time :Number
Minimum time the device will be switched on (plus device switch-off time)
Default: 3000