Skip to main content

Veritran Docs

Parametrization

After integrating XpressPlug and all the necessary dependencies to your project, you need to provide the SDK with parameters for its execution.

Include the following parameters to your application's input:

var constants = sdkConstant()
var resources = resourcesMap()
var modules : [VTModuleProtocol] = []

Veritran provides a .swift file that contains all the constants that need to be implemented.