| Package | Description |
|---|---|
| me.figo | |
| me.figo.internal |
| Modifier and Type | Method and Description |
|---|---|
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 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 © 2016 figo GmbH. All rights reserved.