inline fun <reified T : Activity> Activity.startActivityForResult(requestCode: Int, block: Intent.() -> Unit = {}): Unit
Starts a new activity by creating a new Intent, calling block with the new instance as receiver, then passing the intent to Activity.startActivityForResult.