TinkAccountAggregation

Functions

Link copied to clipboard
abstract fun addCredentials(activity: Activity, configuration: Configuration, request: AddCredentials, launchMode: LaunchMode, onSuccess: (TinkAccountAggregationSuccess) -> Unit, onError: (TinkError) -> Unit)

Account aggregation lets you fetch end-user’s financial data from their bank accounts, so it can be collected or displayed in one place.

Link copied to clipboard
abstract fun authenticateCredentials(activity: Activity, configuration: Configuration, request: AuthenticateCredentials, launchMode: LaunchMode, onSuccess: (TinkAccountAggregationSuccess) -> Unit, onError: (TinkError) -> Unit)

Account aggregation lets you fetch end-user’s financial data from their bank accounts, so it can be collected or displayed in one place.

Link copied to clipboard
abstract fun authorizeForOneTimeAccess(activity: Activity, configuration: Configuration, request: AuthorizeForOneTimeAccess, launchMode: LaunchMode, onSuccess: (TinkAccountAggregationSuccess) -> Unit, onError: (TinkError) -> Unit)

Account aggregation lets you fetch end-user’s financial data from their bank accounts, so it can be collected or displayed in one place.

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

Account aggregation lets you fetch end-user’s financial data from their bank accounts, so it can be collected or displayed in one place.

Link copied to clipboard
abstract fun refreshCredentials(activity: Activity, configuration: Configuration, request: RefreshCredentials, launchMode: LaunchMode, onSuccess: (TinkAccountAggregationSuccess) -> Unit, onError: (TinkError) -> Unit)

Account aggregation lets you fetch end-user’s financial data from their bank accounts, so it can be collected or displayed in one place.