Loading...
Searching...
No Matches

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.
 

Detailed Description

class is used for storing venue categories.

Referenced from Location Venue.

Definition at line 16 of file NCCategory.h.

Method Documentation

◆ categoryWithId:name:imageUrl:

+ (nonnull instancetype) categoryWithId: (int32_t) id
name: (nonnull NSString *) name
imageUrl: (nullable NSString *) imageUrl 

Factory method for class NCCategory.

◆ initWithId:name:imageUrl:

- (nonnull instancetype) initWithId: (int32_t) id
name: (nonnull NSString *) name
imageUrl: (nullable NSString *) imageUrl 

Default constructor for class NCCategory.

Property Documentation

◆ id

- (int32_t) id
readnonatomicassign

category identifier.

Definition at line 35 of file NCCategory.h.

◆ imageUrl

- (NSString*) imageUrl
readnonatomicassign

image source. If presented.

Definition at line 45 of file NCCategory.h.

◆ name

- (NSString*) name
readnonatomicassign

category name.

Definition at line 40 of file NCCategory.h.


The documentation for this class was generated from the following file: