| Package | Description |
|---|---|
| me.figo | |
| me.figo.internal |
| Modifier and Type | Method and Description |
|---|---|
TaskTokenResponse |
FigoSession.createSyncTask(String state,
String redirect_url,
List<String> syncTasks,
List<String> accountIds)
Create a sync task
|
TaskTokenResponse |
FigoSession.createSyncTask(String state,
String redirect_url,
List<String> syncTasks,
List<String> accountIds,
boolean disableNotifications,
int ifNotSyncedSince,
boolean autoContinue,
boolean savePin)
Create a sync task.
|
TaskTokenResponse |
FigoSession.createSyncTask(SyncTokenRequest syncTokenRequest)
Create a sync task
|
TaskTokenResponse |
FigoSession.deleteStandingOrder(StandingOrder standingOrder)
Create a deletion task for a standing order
|
TaskTokenResponse |
FigoSession.deleteStandingOrder(String standingOrderId)
Create a deletion task for a standing order
|
TaskTokenResponse |
FigoSession.setupNewAccount(String bankCode,
String countryCode,
List<String> credentials)
Deprecated.
|
TaskTokenResponse |
FigoSession.setupNewAccount(String bankCode,
String countryCode,
List<String> credentials,
List<String> syncTasks)
Returns a TaskToken for a new account creation task
|
TaskTokenResponse |
FigoSession.setupNewAccount(String bankCode,
String countryCode,
List<String> credentials,
List<String> syncTasks,
boolean savePin,
boolean disable_first_sync) |
TaskTokenResponse |
FigoSession.setupNewAccount(String bankCode,
String countryCode,
String encryptedCredentials,
List<String> syncTasks,
boolean savePin,
boolean disable_first_sync) |
TaskTokenResponse |
FigoSession.setupNewAccount(String bankCode,
String countryCode,
String loginName,
String pin)
Deprecated.
|
TaskTokenResponse |
FigoSession.setupNewAccount(String bankCode,
String countryCode,
String loginName,
String pin,
List<String> syncTasks)
Returns a TaskToken for a new account creation task
|
TaskTokenResponse |
FigoSession.setupNewAccount(String bankCode,
String countryCode,
String loginName,
String pin,
List<String> syncTasks,
boolean savePin,
boolean disable_first_sync) |
| Modifier and Type | Method and Description |
|---|---|
void |
FigoSession.cancelTask(TaskTokenResponse tokenResponse)
Cancels a given task if possible
|
TaskStatusResponse |
FigoSession.getTaskState(TaskTokenResponse tokenResponse)
Get the current status of a Task
|
void |
FigoSession.startTask(TaskTokenResponse tokenResponse)
Start communication with bank server.
|
TaskStatusResponse |
FigoSession.submitResponseToTask(TaskTokenResponse tokenResponse,
String response,
TaskResponseType type) |
| Constructor and Description |
|---|
FigoPinException(String bankCode,
String countryCode,
String loginName,
String pin,
TaskTokenResponse taskToken) |
| Constructor and Description |
|---|
TaskStatusRequest(TaskTokenResponse tokenResponse) |
Copyright © 2018 figo GmbH. All rights reserved.