get Task Stack Builder
abstract fun getTaskStackBuilder(@NonNull context: Context, @NonNull deeplink: String): TaskStackBuilder
Called when a deeplink is triggered by Batch (only called from a push notification). If null is returned getIntent will be used.
Recommended: use this method when you want to add activities to the back stack when a push notification is clicked.
Return
The task stack builder to launch
Parameters
context
The current context
deeplink
The deeplink associated with the action