Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LifecycleClientDelegate

Hierarchy

  • LifecycleClientDelegate

Index

Properties

didBecomeReady?: LifecycleListener
didGainFocus?: LifecycleListener

Client completed the 'load' phase' and will begin load phase next.

didLoseFocus?: LifecycleListener
didUnpause?: LifecycleListener

Client entered 'pause' phase. All systems should now be paused.

lifecycle: LifecycleClient

Client is now loading resources, assets, and packages.

onMemoryWarning?: LifecycleListener

Client received memory warning from OS and cleared cached resources.

willBecomeReady?: LifecycleListener

Entered 'ready' phase - all systems are running & ready.

willGainFocus?: LifecycleListener

Entered 'init' phase - creating all necessary instances.

willLoseFocus?: LifecycleListener

Client entered 'stop' phase - client has stopped running. All systems & timers are now stopped.

willPause?: LifecycleListener

Client will enter 'pause' phase soon. Prepare to pause.

willStart?: LifecycleListener

Client systems are starting and will enter 'start' phase.

Client will enter 'stop' phase sometime soon. Prepare to stop systems.

Generated using TypeDoc