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.
Parameters
context
extras
The extras to be passed to the intents.
target Intent
The ultimate intent to be followed. For example, the main/launcher intent would be the penultimate Intent.
configuration Provider