rememberFinancialConnectionsSheetForToken
fun rememberFinancialConnectionsSheetForToken(callback: (FinancialConnectionsSheetForTokenResult) -> Unit): FinancialConnectionsSheet
Content copied to clipboard
Register a request to launch an instance of FinancialConnectionsSheet for a FinancialConnectionsSheetForTokenResult.
This API uses Compose specific API rememberLauncherForActivityResult to register a androidx.activity.result.ActivityResultLauncher into the current activity, so it should be called as part of Compose initialization path.