Gini Core APIBuilder
Functions
get Gini Api Type
Link copied to clipboard
get Session Manager
Link copied to clipboard
Return the SessionManager set via #setSessionManager.
set Api Base Url
Link copied to clipboard
Set the base URL of the Gini API.
set Cache
Link copied to clipboard
Set the cache implementation to use with Volley.
set Connection Back Off Multiplier
Link copied to clipboard
GiniCoreAPIBuilder<T> setConnectionBackOffMultiplier(float backOffMultiplier)
Content copied to clipboard
Sets the backoff multiplication factor for connection retries.
set Connection Timeout In Ms
Link copied to clipboard
GiniCoreAPIBuilder<T> setConnectionTimeoutInMs(int connectionTimeoutInMs)
Content copied to clipboard
Sets the (initial) timeout for each request.
set Credentials Store
Link copied to clipboard
GiniCoreAPIBuilder<T> setCredentialsStore(@NonNull() CredentialsStore credentialsStore)
Content copied to clipboard
Set the credentials store which is used by the library to store user credentials.
set Gini Api Type
Link copied to clipboard
Set which Gini API to use.
set Max Number Of Retries
Link copied to clipboard
Sets the maximal number of retries for each network request.
set Network Security Config Res Id
Link copied to clipboard
GiniCoreAPIBuilder<T> setNetworkSecurityConfigResId(@XmlRes() int networkSecurityConfigResId)
Content copied to clipboard
Set the resource id for the network security configuration xml to enable public key pinning.
set User Center Api Base Url
Link copied to clipboard
Set the base URL of the Gini User Center API.
Inheritors
GiniBankAPIBuilder
Link copied to clipboard