public class UnbluAgentApiConfiguration extends UnbluCoreApiConfiguration<UnbluAgentApiConfiguration>
UnbluAgentApi. Changes to an instance are not considered after the configuration was already given to the UnbluAgentApi.configureApi(UnbluAgentApiConfiguration) call.
There is a base configuration which needs to be given when constructing it. All other configurations are optional.| Constructor and Description |
|---|
UnbluAgentApiConfiguration(java.lang.String unbluBaseUrl,
java.lang.String apiKey)
Constructs an api configuration.
|
getApiKey, getCustomCookies, getDownloadListener, getEntryPath, getExternalLinkPatternWhitelist, getInternalUrlPatternWhitelist, getLanguage, getLoginPassword, getLoginUsername, getNamedArea, getPreferencesStorage, getUnbluBaseUrl, isCameraUploadsEnabled, isNotificationsEnabled, isPreloadUiAfterApiInitEnabled, setApiKey, setCameraUploadsEnabled, setCustomCookies, setDownloadListener, setEntryPath, setExternalLinkPatternWhitelist, setInternalUrlPatternWhitelist, setLanguage, setLoginInformation, setNamedArea, setNotificationsEnabled, setPreferencesStorage, setPreloadUiAfterApiInitEnabled, setUnbluBaseUrlpublic UnbluAgentApiConfiguration(@NonNull
java.lang.String unbluBaseUrl,
@NonNull
java.lang.String apiKey)
unbluBaseUrl - The url to the unblu server. (full URL: http(s)://domain:port)apiKey - Your unblu API key (can be retrieved / created on the unblu agent desk).