class is used for storing venue categories. More...
#include <com/navigine/idl/objc/NCCategory.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithId:name:imageUrl: |
| Default constructor for class NCCategory. | |
Class Methods | |
| (nonnull instancetype) | + categoryWithId:name:imageUrl: |
| Factory method for class NCCategory. | |
Properties | |
| int32_t | id |
| category identifier. | |
| NSString * | name |
| category name. | |
| NSString * | imageUrl |
| image source. If presented. | |
class is used for storing venue categories.
Referenced from Location Venue.
Definition at line 16 of file NCCategory.h.
| + (nonnull instancetype) categoryWithId: | (int32_t) | id | |
| name: | (nonnull NSString *) | name | |
| imageUrl: | (nullable NSString *) | imageUrl |
Factory method for class NCCategory.
| - (nonnull instancetype) initWithId: | (int32_t) | id | |
| name: | (nonnull NSString *) | name | |
| imageUrl: | (nullable NSString *) | imageUrl |
Default constructor for class NCCategory.
|
readnonatomicassign |
category identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 44 of file NCCategory.h.
|
readnonatomicassign |
image source. If presented.
Swift code snippet:
Objective C code snippet:
Definition at line 72 of file NCCategory.h.
|
readnonatomicassign |
category name.
Swift code snippet:
Objective C code snippet:
Definition at line 58 of file NCCategory.h.