TinkTransactions

Functions

Link copied to clipboard
abstract fun connectAccountsForContinuousAccess(activity: Activity, configuration: Configuration, request: ConnectAccountsForContinuousAccess, launchMode: LaunchMode, onSuccess: (TinkTransactionsSuccess) -> Unit, onError: (TinkError) -> Unit)

This function Launches the flow for connecting continuous access to Transactions.

Link copied to clipboard
abstract fun connectAccountsForOneTimeAccess(activity: Activity, configuration: Configuration, request: ConnectAccountsForOneTimeAccess, launchMode: LaunchMode, onSuccess: (TinkTransactionsSuccess) -> Unit, onError: (TinkError) -> Unit)

This function Launches the flow for connecting one time access to Transactions.

Link copied to clipboard
abstract fun extendConsent(activity: Activity, configuration: Configuration, request: ExtendConsent, launchMode: LaunchMode, onSuccess: (TinkTransactionsSuccess) -> Unit, onError: (TinkError) -> Unit)

This function Launches the flow for extending consent on continuous access to Transactions.

Link copied to clipboard
abstract fun updateConsent(activity: Activity, configuration: Configuration, request: UpdateConsent, launchMode: LaunchMode, onSuccess: (TinkTransactionsSuccess) -> Unit, onError: (TinkError) -> Unit)

This function Launches the flow for updating consent on continuous access to Transactions.