AndroidScreenStarter

fun interface AndroidScreenStarter

A custom starter for AndroidScreens.

Implementers should handle starting AndroidScreen subtypes, including IntentScreen and any user-defined subtypes.

Functions

Link copied to clipboard
abstract fun start(screen: AndroidScreen): Boolean

Starts the given screen.