setPushDeepLinkBackStackActivityEnabled

fun setPushDeepLinkBackStackActivityEnabled(pushDeepLinkBackStackActivityEnabled: Boolean): BrazeConfig.Builder

Enables Braze to add an activity to the back stack when automatically following deep links for push. When disabled, no activity is added to the back stack only the deep link is followed.

Defaults to true.

Parameters

pushDeepLinkBackStackActivityEnabled

when true, an activity is added to the back stack when automatically following push deep links.

See also