SDK Object Initialization

Before beginning any operation, you must first create an instance of the RUISDK object using the SDKImpl() function.

The SDKImpl() constructor creates an instance of the SDK. The constructor does not configure the SDK (createConfig()) nor start the SDK (startSDK()).

SDKImpl()

SDKImpl(boolean registerDefaultGraphicalReachOutHandler)

Parameters

The SDKImpl() constructor has the following parameters.

SDKImpl() Parameters

Parameter

Description

registerDefaultGraphicalReachOutHandler (boolean)

For Java SDK, value must be false. There is no default Graphical ReachOut Handler for the Java SDK.