launch
Starts an activity with the specified properties for the Intent.
Author
Arnau Mora
Since
20210521
Parameters
The target activity's class.
The setter for the properties of the Intent.
Starts an activity with the specified properties for the Intent, and the specified options for the launching.
Author
Arnau Mora
Since
20210521
Parameters
The target activity's class.
Additional options for how the Activity should be started.
The setter for the properties of the Intent.
Launches an intent from the select context and adding some options and applying properties in a more Kotlin-like syntax.
Author
Arnau Mora
Since
20210521
Parameters
The intent to launch.
Additional options for how the Intent should be launched.
The setter for the properties of the Intent.
Runs Context.startActivity with this.
Author
Arnau Mora
Since
20220406
Parameters
The context to run from.