Search code examples
quickblox

Quickblox: Get list of Custom Object classes


When using the 'Custom Module', is there an API to get a list of all classes?

As new classes may be added from time to time through the admin panel, the app will need to dynamically retrieve all classes.


Solution

  • There is no standart API to do this, but you can create class e.g. 'MyClass' and store all classes in it. Will work like what you need.