get Intent Array With Configured Back Stack
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
target Intent
The ultimate intent to be followed. For example, the main/launcher intent would be the penultimate Intent.