Skip to main content

Veritran Docs

Initialization

After its integration and parametrization, XpressPlug needs to be initialized so that it can be invoked correctly.

To initialize, make sure that the constants, resources and modules variables were properly created on the previous step. To do this, it is recommended to include the following data in the viewDidLoad method of your application:

XPSDK.initialize(appDelegateClass: AppDelegate.self, withConstants: constants,
andResources: resources, andModules: modules)

After initializing XpressPlug, you can execute it and interact with it through the entrypoints. Read Interaction to learn more about the next step.