Package-level declarations

Types

Link copied to clipboard
interface AndroidScreen : Screen

A Screen that refers to a start-able Android component, such as an Intent.

Link copied to clipboard
fun interface AndroidScreenStarter

A custom starter for AndroidScreens.

Link copied to clipboard
data class IntentScreen(val intent: Intent, val options: Bundle? = null) : AndroidScreen

A simple Intent that wraps an intent and optional options bundle. These are passed on to Context.startActivity.

Functions

Link copied to clipboard

Returns a custom Navigator that can navigate to standard Android components like Activities.