GiniBankAPIBuilder

Parameters

context

your application's Context instance (Android)

clientId

your application's client ID for the Gini Bank API

clientSecret

your application's client secret for the Gini Bank API

emailDomain

the email domain which is used for created Gini users

sessionManager

if not null, then the SessionManager instance will be used for session management. If null, then anonymous Gini users will be used.

Constructors

Link copied to clipboard
public GiniBankAPIBuilder GiniBankAPIBuilder(Context context, String clientId, String clientSecret, String emailDomain, SessionManager sessionManager)

Initializes a new builder instance.

Link copied to clipboard
public GiniBankAPIBuilder GiniBankAPIBuilder(Context context, String clientId, String clientSecret, String emailDomain)

Initializes a new builder instance.

Link copied to clipboard
public GiniBankAPIBuilder GiniBankAPIBuilder(Context context, String clientId, String clientSecret)

Initializes a new builder instance.

Link copied to clipboard

Initializes a new builder instance.

Link copied to clipboard

Initializes a new builder instance.

Functions

Link copied to clipboard
public GiniBankAPI build()

Builds the GiniBankAPI instance with the configuration settings of the builder instance.

Link copied to clipboard
Link copied to clipboard