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.
Swift code snippet:
Objective C code snippet:
Definition at line 123 of file NCZoneEvent.h.
|
readnonatomicassign |
zone's identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 95 of file NCZoneEvent.h.
|
readnonatomicassign |
zone's location identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 67 of file NCZoneEvent.h.
|
readnonatomicassign |
zone's name.
Swift code snippet:
Objective C code snippet:
Definition at line 109 of file NCZoneEvent.h.
|
readnonatomicassign |
zone's sublocationId identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 81 of file NCZoneEvent.h.
|
readnonatomicassign |
Handled zone event type.
Swift code snippet:
Objective C code snippet:
Definition at line 53 of file NCZoneEvent.h.