Application

interface Application

Interface that all Doodle apps must implement. Apps have a simple lifecycle. They area created using a constructor when launched, and shutdown when they are being retired.

Functions

Link copied to clipboard
abstract fun shutdown()

Called whenever the app is being torn down.