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
The result of an attempt to complete a connections session
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.
Link copied to clipboard
The result of an attempt to complete a connections session
Link copied to clipboard
Callback that is invoked when a FinancialConnectionsSheetResult is available.
Link copied to clipboard
Callback that is invoked when a FinancialConnectionsSheetForTokenResult is available.
Link copied to clipboard
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.