|
@@ -928,11 +928,12 @@
|
|
</constant>
|
|
</constant>
|
|
<constant name="NOTIFICATION_APP_RESUMED" value="1014">
|
|
<constant name="NOTIFICATION_APP_RESUMED" value="1014">
|
|
Notification received from the OS when the app is resumed.
|
|
Notification received from the OS when the app is resumed.
|
|
- Specific to the Android platform.
|
|
|
|
|
|
+ Specific to mobile platforms.
|
|
</constant>
|
|
</constant>
|
|
<constant name="NOTIFICATION_APP_PAUSED" value="1015">
|
|
<constant name="NOTIFICATION_APP_PAUSED" value="1015">
|
|
Notification received from the OS when the app is paused.
|
|
Notification received from the OS when the app is paused.
|
|
- Specific to the Android platform.
|
|
|
|
|
|
+ Specific to mobile platforms.
|
|
|
|
+ [b]Note:[/b] On iOS, you only have approximately 5 seconds to finish a task started by this signal. If you go over this allotment, iOS will kill the app instead of pausing it.
|
|
</constant>
|
|
</constant>
|
|
<constant name="PAUSE_MODE_INHERIT" value="0" enum="PauseMode">
|
|
<constant name="PAUSE_MODE_INHERIT" value="0" enum="PauseMode">
|
|
Inherits pause mode from the node's parent. For the root node, it is equivalent to [constant PAUSE_MODE_STOP]. Default.
|
|
Inherits pause mode from the node's parent. For the root node, it is equivalent to [constant PAUSE_MODE_STOP]. Default.
|