AppLifecycle

@ObjCName(name = "AppLifecycle", exact = true)
interface AppLifecycle : ZiplineService

Types

Link copied to clipboard
interface Host : ZiplineService

Platform features to the guest application.

Properties

Link copied to clipboard

The Redwood version of the guest. This may be used to alter the behavior to work around bugs discovered in the future, and to ensure the serialized protocol remains compatible with what the guest expects.

Functions

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