get Available Categories
fun getAvailableCategories(listener: AvailableCategoriesListener, executor: Executor? = null)
Content copied to clipboard
Retrieve available groups and categories of places.
Parameters
listener
Listener of type AvailableCategoriesListener, which will be called after the operation is done.
executor
Optional executor, on which the callback listener shall be called.