# wakeLockOptions

Parameter for wakeLock

Availability
6.2.0
6.2.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# flags

Availability
6.2.0
6.2.0
9.2.0
flags :Number

Default: Titanium.Android.WAKE_LOCK_FULL | Titanium.Android.WAKE_LOCK_ACQUIRE_CAUSES_WAKEUP | Titanium.Android.WAKE_LOCK_ON_AFTER_RELEASE


# time

Availability
6.2.0
6.2.0
9.2.0
time :Number

Minimum time the device will be switched on (plus device switch-off time)

Default: 3000