Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
NexoRetailModule retailModule = NexoRetailModule.StartServer(serverPort, provider);
Info

Starting from version 2.5.1, StartServer has a second parameter, allowing the integrator’s application control over some application-specific information used by the retail module

Initialize a Client mode Module

...

Code Block
NexoRetailModule retailModule = NexoRetailModule.StartClient(saleHostname, salePort, provider);
Info

Starting from version 2.5.1, StartClienthas a third parameter, allowing the integrator’s application control over some application-specific information used by the retail module

Poll the Module for Sale events

...