Package-level declarations
Types
Link copied to clipboard
                  object FinancialConnections
Link copied to clipboard
                  A drop in class to present the Financial Connections Auth Flow.
Link copied to clipboard
                  This Activity handles redirects from the Institution authorization flow hand-off from native. It'll process the result url in Intent.getData and pass them back to the opening activity.
Functions
Link copied to clipboard
                  fun rememberFinancialConnectionsSheet(callback: (FinancialConnectionsSheetResult) -> Unit): FinancialConnectionsSheet
Register a request to launch an instance of FinancialConnectionsSheet for a FinancialConnectionsSheetResult.
Link copied to clipboard
                  fun rememberFinancialConnectionsSheetForToken(callback: (FinancialConnectionsSheetForTokenResult) -> Unit): FinancialConnectionsSheet
Register a request to launch an instance of FinancialConnectionsSheet for a FinancialConnectionsSheetForTokenResult.