Skip to content

Class Category

Il Kadyrov edited this page Sep 30, 2020 · 1 revision

Category class is used for storing venue categories.

Referenced from: Location, Venue.

Public methods

Function getId

public int getId()

Function returns category identifier.

Function getName

public String getName()

Function returns category name.

Function getImageId

public String getImageId()

Function returns category's image id, which could be used for getting Image using ResourceManager.

Clone this wiki locally