getIntentArrayWithConfiguredBackStack

fun getIntentArrayWithConfiguredBackStack(    context: Context,     extras: Bundle?,     targetIntent: Intent,     configurationProvider: BrazeConfigurationProvider): Array<Intent>

Gets an Intent array that has the configured back stack functionality.

See also

Parameters

targetIntent

The ultimate intent to be followed. For example, the main/launcher intent would be the penultimate Intent.