start
Starts the activity given its params.
The activity can later retrieve the Serializable using the extension function Bundle.getActivityParams
Parameters
The activity parameters. They also identify the activity
the context used to start the activity
additional options for how the activity should be started, eg. scene transition animations
Throws
when the Activity can't be found
Starts the activity given deeplinkActivityParams.
deeplinkActivityParams will be mapped into ActivityParams using the ParamToActivityMapper, and then used to start the activity. The activity can later retrieve the params using the extension function Bundle.getActivityParams
Parameters
Deeplink activity parameters to be mapped into ActivityParams
the context used to start the activity
additional options for how the activity should be started, eg. scene transition animations
Throws
when the Activity can't be found, or when the deeplinkActivityParams can't be mapped into ActivityParams