Gini Bank APIBuilder
The GiniBankAPIBuilder allows you to configure and create a GiniBankAPI instance.
Parameters
your application's Context instance (Android)
your application's client ID for the Gini Bank API
your application's client secret for the Gini Bank API
the email domain which is used for created Gini users
if not null, then the SessionManager instance will be used for session management. If null, then anonymous Gini users will be used.
Constructors
Initializes a new builder instance.
Initializes a new builder instance.
Initializes a new builder instance.
Initializes a new builder instance.
Initializes a new builder instance.
Functions
Builds the GiniBankAPI instance with the configuration settings of the builder instance.
Set a custom GiniHttpClientProvider to provide a configured OkHttpClient.