IntentScreen

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.

For reuse in custom AndroidScreenStarter implementations, you can call startWith on instances of this.

Constructors

Link copied to clipboard
constructor(intent: Intent, options: Bundle? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val options: Bundle? = null

Functions

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