Versions Compared

Key

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

A custom connection can be created if your project needs a connection that is not provided in by Blueriq. Creating your own connection is easy and quick if you follow these steps:

 

...

1. Create the connection

Go to your plugin project and add a class. Pick a name for the class and let the class implement IConnection (com.aquima.interactions.foundation.connectivity.IConnection). 

...