Class described user zone event. More...
#include <com/navigine/idl/objc/NCZoneEvent.h>
Inherits NSObject.
Instance Methods | |
(nonnull instancetype) | - initWithType:locationId:sublocationId:id:name:alias: |
Default constructor for class NCZoneEvent. | |
Class Methods | |
(nonnull instancetype) | + zoneEventWithType:locationId:sublocationId:id:name:alias: |
Factory method for class NCZoneEvent. | |
Properties | |
NCZoneEventType | type |
Handled zone event type. | |
int32_t | locationId |
zone's location identifier. | |
int32_t | sublocationId |
zone's sublocationId identifier. | |
int32_t | id |
zone's identifier. | |
NSString * | name |
zone's name. | |
NSString * | alias |
zone's alias. | |
Class described user zone event.
Referenced from ZoneListener.
Definition at line 19 of file NCZoneEvent.h.
- (nonnull instancetype) initWithType: | (NCZoneEventType) | type | |
locationId: | (int32_t) | locationId | |
sublocationId: | (int32_t) | sublocationId | |
id: | (int32_t) | id | |
name: | (nonnull NSString *) | name | |
alias: | (nonnull NSString *) | alias |
Default constructor for class NCZoneEvent.
+ (nonnull instancetype) zoneEventWithType: | (NCZoneEventType) | type | |
locationId: | (int32_t) | locationId | |
sublocationId: | (int32_t) | sublocationId | |
id: | (int32_t) | id | |
name: | (nonnull NSString *) | name | |
alias: | (nonnull NSString *) | alias |
Factory method for class NCZoneEvent.
|
readnonatomicassign |
zone's alias.
Definition at line 69 of file NCZoneEvent.h.
|
readnonatomicassign |
zone's identifier.
Definition at line 59 of file NCZoneEvent.h.
|
readnonatomicassign |
zone's location identifier.
Definition at line 49 of file NCZoneEvent.h.
|
readnonatomicassign |
zone's name.
Definition at line 64 of file NCZoneEvent.h.
|
readnonatomicassign |
zone's sublocationId identifier.
Definition at line 54 of file NCZoneEvent.h.
|
readnonatomicassign |
Handled zone event type.
Definition at line 44 of file NCZoneEvent.h.