Package com.stripe.android.financialconnections

Types

Link copied to clipboard
class FinancialConnectionsSheet

A drop in class to present the Link Account Session Auth Flow.

This Activity handles redirects from the ChromeCustomTab hosting the AuthFlow. It'll process the result url in Intent.getData and pass them back to the opening activity, FinancialConnectionsSheetActivity.

Link copied to clipboard
sealed class FinancialConnectionsSheetResult : Parcelable

The result of an attempt to complete a connections session

Link copied to clipboard
fun interface FinancialConnectionsSheetResultCallback

Callback that is invoked when a FinancialConnectionsSheetResult is available.