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.
Definition at line 35 of file NCCategory.h.
|
readnonatomicassign |
image source. If presented.
Definition at line 45 of file NCCategory.h.
|
readnonatomicassign |
category name.
Definition at line 40 of file NCCategory.h.