IntentScreen
data class IntentScreen(val intent: Intent, val options: Bundle? = null) : AndroidScreen, ParcelableScreen(source)
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.