AndroidScreen

interface AndroidScreen : Screen

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

These screens are intercepted by the intercepting Navigator returned by rememberAndroidScreenAwareNavigator and routed to an AndroidScreenStarter that can start it natively, such as via Context.startActivity.

This is an interop layer between the Navigator API and the Android platform, and not something that should be used to navigate between standard Circuit screens. It should be assumed that calling Navigator.goTo with an AndroidScreen will result in exiting the current Circuit UI.

Inheritors

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)