Gini Health APIBuilder
public class GiniHealthAPIBuilder extends GiniCoreAPIBuilder<GiniHealthAPI>
Content copied to clipboard
Constructors
GiniHealthAPIBuilder
Link copied to clipboard
GiniHealthAPIBuilder
Link copied to clipboard
void GiniHealthAPIBuilder(@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 GiniHealthAPI 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