launchesBrowserSwitchAsNewTask



fun launchesBrowserSwitchAsNewTask(launchesBrowserSwitchAsNewTask: Boolean)

Set this property to true to allow the SDK to handle deep links on behalf of the host application for browser switched flows.

For web payment flows, this means launching the browser in a task separate from the calling activity.

NOTE: When this property is set to true, all custom url schemes set in BraintreeClient constructors will be ignored.

Parameters

launchesBrowserSwitchAsNewTask

set to true to allow the SDK to capture deep links. This value is false by default.