startIntent

Returns the Intent that can be used to start the Activity, given the ActivityParams. This method will generally be used to start the activity for result.

Return

the Intent that can be used to start the Activity


abstract fun startIntent(context: Context, deeplinkActivityParams: GlobalActivityStarter.DeeplinkActivityParams): Intent?

Returns the Intent that can be used to start the Activity, given the DeeplinkActivityParams. deeplinkActivityParams will be mapped into ActivityParams using the ParamToActivityMapper, which will be added into the Intent to start the activity.

This method will generally be used to start the activity for result.

Return

the Intent that can be used to start the Activity