A C D E F G I L N O P R S U V 
All Classes All Packages

A

addABTest(String, int) - Static method in class com.verint.xm.sdk.Core
Adds an A/B test
addCPPValue(String, String) - Static method in class com.verint.xm.sdk.Core
Adds a CPP key/value pair.
appendCPPValue(String, String) - Static method in class com.verint.xm.sdk.Core
Appends a value to a comma separated list stored against a custom CPP key.

C

checkIfDigitalSurveyEnabled() - Static method in class com.verint.xm.sdk.Digital
Check if the default digital survey is enabled.
checkIfDigitalSurveyEnabledForName(String) - Static method in class com.verint.xm.sdk.Digital
Check if a digital survey is enabled.
CLIENT_ERROR - com.verint.xm.sdk.Core.VerintError
 
com.verint.xm.sdk - package com.verint.xm.sdk
 
com.verint.xm.sdk.common.configuration - package com.verint.xm.sdk.common.configuration
 
com.verint.xm.sdk.common.instrumentation - package com.verint.xm.sdk.common.instrumentation
 
completeProductInitialization(Application, IConfiguration, IConfiguration) - Method in class com.verint.xm.sdk.Core
 
completeProductInitialization(Application, IConfiguration, IConfiguration) - Method in class com.verint.xm.sdk.Digital
 
CONFIGURATION_ERROR - com.verint.xm.sdk.Core.VerintError
 
ContactType - Enum in com.verint.xm.sdk.common.configuration
Created by alan.wang on 4/24/18.
Core - Class in com.verint.xm.sdk
This class contains the main API methods to be used by implementers when instrumenting their application.
Core() - Constructor for class com.verint.xm.sdk.Core
 
Core.VerintError - Enum in com.verint.xm.sdk
The set of possible configuration errors
Core.VerintSDKListener - Interface in com.verint.xm.sdk
Listener to notify on completion or failure of the configuration process

D

Digital - Class in com.verint.xm.sdk
Created by alan.wang on 7/23/18.
Digital() - Constructor for class com.verint.xm.sdk.Digital
 

E

Email - com.verint.xm.sdk.common.configuration.ContactType
 

F

fromRequestCallbackError(RequestCallbackError) - Static method in enum com.verint.xm.sdk.Core.VerintError
 

G

getAllCPPs() - Static method in class com.verint.xm.sdk.Core
Gets all CPP key/value pairs
getAvailableDigitalSurveyNames() - Static method in class com.verint.xm.sdk.Digital
Get all available digital survey names defined in the Configuration.
getConfigurationContainer() - Static method in class com.verint.xm.sdk.Core
Get remote configuration container
getCPPValue(String) - Static method in class com.verint.xm.sdk.Core
Gets the CPP value associated to a given key
getDatacenter() - Static method in class com.verint.xm.sdk.Core
Gets the current datacenter name.
getDefaultConfigLocale() - Static method in class com.verint.xm.sdk.Core
Get the default config locale
getIsStarted() - Method in class com.verint.xm.sdk.Digital
 
getSupportedConfigLocales() - Static method in class com.verint.xm.sdk.Core
Get the currently supported config locales
getVersion() - Static method in class com.verint.xm.sdk.Core
Gets the version of the SDK

I

IgnorePageViews - Annotation Type in com.verint.xm.sdk.common.instrumentation
Ignores unwanted page views Any activity's onResume event will cause an increment of the page view count in the Verint SDK.
initStubInstance() - Method in class com.verint.xm.sdk.Core
 
initStubInstance() - Method in class com.verint.xm.sdk.Digital
 
isDebugLogEnabled() - Static method in class com.verint.xm.sdk.Core
Check whether debug logging is enabled
isQaLogEnabled() - Static method in class com.verint.xm.sdk.Core
 

L

logFeatures(Application, IConfiguration) - Method in class com.verint.xm.sdk.Core
 
logFeatures(Application, IConfiguration) - Method in class com.verint.xm.sdk.Digital
 

N

NETWORK_ERROR - com.verint.xm.sdk.Core.VerintError
 

O

onSDKFailedToStart(Core.VerintError, String) - Method in interface com.verint.xm.sdk.Core.VerintSDKListener
SDK initialization failed.
onSDKStarted() - Method in interface com.verint.xm.sdk.Core.VerintSDKListener
The SDK has been initialized successfully
onSDKStarted(Core.VerintError, String) - Method in interface com.verint.xm.sdk.Core.VerintSDKListener
The SDK has been initialized with errors.

P

PhoneNumber - com.verint.xm.sdk.common.configuration.ContactType
 
prepareProduct(Application, IConfiguration) - Method in class com.verint.xm.sdk.Core
 
prepareProduct(Application, IConfiguration) - Method in class com.verint.xm.sdk.Digital
 

R

removeCPPValue(String) - Static method in class com.verint.xm.sdk.Core
Removes a CPP value.
resetProductState() - Method in class com.verint.xm.sdk.Core
 
resetProductState() - Method in class com.verint.xm.sdk.Digital
 
resetState() - Static method in class com.verint.xm.sdk.Core
Reset the state of the SDK.

S

SERVER_ERROR - com.verint.xm.sdk.Core.VerintError
 
setConfigurationContainer(String) - Static method in class com.verint.xm.sdk.Core
Set remote configuration container When testing your remote configuration of the Verint SDK, it may be useful to try out your new configuration in a non-production container first.
setCPPValueFromArray(String, String[]) - Static method in class com.verint.xm.sdk.Core
Adds a CPP key/value pair.
setDatacenter(String) - Static method in class com.verint.xm.sdk.Core
Sets the datacenter name.
setDebugLogEnabled(boolean) - Static method in class com.verint.xm.sdk.Core
Allows implementers to configure the SDK to produce more verbose logging output.
setDigitalListener(ExpDigitalListener) - Static method in class com.verint.xm.sdk.Digital
Set a digital listener, which is an instance of ExpDigitalListener
setEventLogEnabled(boolean) - Static method in class com.verint.xm.sdk.Core
Allows implementers to configure the SDK to prevent the default logging of analytics events.
setSDKListener(Core.VerintSDKListener) - Static method in class com.verint.xm.sdk.Core
Set the Verint SDK Listener This method sets the callback which notifies when the SDK started or failed to start
setSkipPoolingCheck(boolean) - Static method in class com.verint.xm.sdk.Core
Allows implementers to configure the SDK to skip the pooling check.
setSupportedConfigLocales(Set<String>, String) - Static method in class com.verint.xm.sdk.Core
Specifies the supported config locales.
shouldSkipPoolingCheck() - Method in class com.verint.xm.sdk.Core
Check if the pooling check is disabled
showDigitalSurvey() - Static method in class com.verint.xm.sdk.Digital
Show the default digital survey.
showDigitalSurveyForName(String) - Static method in class com.verint.xm.sdk.Digital
Show the digital survey for a given digital survey name.
start(Application) - Static method in class com.verint.xm.sdk.Core
Start the Verint SDK.
startWithAppId(Application, String) - Static method in class com.verint.xm.sdk.Core
Starts the SDK with a configuration from Verint's configuration provider.
startWithAppId(Application, String, String) - Static method in class com.verint.xm.sdk.Core
Starts the SDK with a configuration from Verint's configuration provider.
startWithConfiguration(Application, String) - Static method in class com.verint.xm.sdk.Core
Starts the SDK using a custom configuration file name.
startWithConfigurationJSON(Application, String) - Static method in class com.verint.xm.sdk.Core
Starts the SDK using a custom configuration JSON string.
startWithConfigurationUrl(Application, String) - Static method in class com.verint.xm.sdk.Core
Starts the SDK with a custom configuration from a remote URL.
startWithSiteKey(Application, String) - Static method in class com.verint.xm.sdk.Core
Starts the SDK with a configuration from the Configurator.
stopProduct() - Method in class com.verint.xm.sdk.Digital
 

U

unifySamplingForWebView(WebView) - Static method in class com.verint.xm.sdk.Core
Connects the story engine to the given web view for unified sampling.
Unknown - com.verint.xm.sdk.common.configuration.ContactType
 
UNKNOWN_ERROR - com.verint.xm.sdk.Core.VerintError
 
updateConfig(Application, String) - Static method in class com.verint.xm.sdk.Core
Updates the SDK with a custom configuration JSON string.
useLocalConfig(Application) - Static method in class com.verint.xm.sdk.Core
Updates the current persistenceSerializer to use a local configuration file.

V

validateConfig(String) - Method in class com.verint.xm.sdk.Core
 
validateConfig(String) - Method in class com.verint.xm.sdk.Digital
 
valueOf(String) - Static method in enum com.verint.xm.sdk.common.configuration.ContactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.verint.xm.sdk.Core.VerintError
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.verint.xm.sdk.common.configuration.ContactType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.verint.xm.sdk.Core.VerintError
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I L N O P R S U V 
All Classes All Packages