StandardAppLifecycle

class StandardAppLifecycle(protocolWidgetSystemFactory: ProtocolWidgetSystemFactory, json: Json, widgetVersion: UInt) : AppLifecycle

Constructors

Link copied to clipboard
constructor(protocolWidgetSystemFactory: ProtocolWidgetSystemFactory, json: Json, widgetVersion: UInt)

Properties

Link copied to clipboard
val frameClock: MonotonicFrameClock
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun sendFrame(timeNanos: Long)
Link copied to clipboard
open override fun start(host: AppLifecycle.Host)