Gini Bank APIBuilder
            Constructors
GiniBankAPIBuilder
                          
                    
                  Link copied to clipboard
                        GiniBankAPIBuilder
                          
                    Link copied to clipboard
                        void GiniBankAPIBuilder(@NonNull() Context context, @NonNull() SessionManager sessionManager)
Content copied to clipboard
Constructor to initialize a new builder instance.
Functions
build
                          
                    Link copied to clipboard
                        Builds the GiniBankAPI instance with the configuration settings of the builder instance.
get Gini Api Type
                          
                    Link copied to clipboard
                        get Session Manager
                          
                    Link copied to clipboard
                        set Api Base Url
                          
                    Link copied to clipboard
                        set Cache
                          
                    Link copied to clipboard
                        set Connection Back Off Multiplier
                          
                    Link copied to clipboard
                        GiniCoreAPIBuilder<T> setConnectionBackOffMultiplier(float backOffMultiplier)
Content copied to clipboard
set Connection Timeout In Ms
                          
                    Link copied to clipboard
                        GiniCoreAPIBuilder<T> setConnectionTimeoutInMs(int connectionTimeoutInMs)
Content copied to clipboard
set Credentials Store
                          
                    Link copied to clipboard
                        GiniCoreAPIBuilder<T> setCredentialsStore(CredentialsStore credentialsStore)
Content copied to clipboard
set Gini Api Type
                          
                    Link copied to clipboard
                        set Max Number Of Retries
                          
                    Link copied to clipboard
                        set Network Security Config Res Id
                          
                    Link copied to clipboard
                        GiniCoreAPIBuilder<T> setNetworkSecurityConfigResId(int networkSecurityConfigResId)
Content copied to clipboard
set User Center Api Base Url
                          
                    Link copied to clipboard