🟠Helper Functions

What are Helper Functions?

Helper functions are functions/methods that were created by us (RSI) to reduce the amount of code that goes into our sample apps. They are not included in our RapidCode API. But you are free to replicate these functions on your projects.

So far we have thought of two helper functions that could be used in every single sample app:

  1. StartTheNetwork() - This function makes sure the network is started correctly. If not then it will display an error.

  2. CheckErrors() - This function verifies that your different RapidCode objects were initialized correctly.

Explore our sample apps to see how they are being used!

Last updated