Loading...
Searching...
No Matches

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.
 

Detailed Description

Class described user zone event.

Referenced from ZoneListener.

Definition at line 19 of file NCZoneEvent.h.

Method Documentation

◆ initWithType:locationId:sublocationId:id:name:alias:

- (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.

◆ zoneEventWithType:locationId:sublocationId:id:name:alias:

+ (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.

Property Documentation

◆ alias

- (NSString*) alias
readnonatomicassign

zone's alias.

Definition at line 69 of file NCZoneEvent.h.

◆ id

- (int32_t) id
readnonatomicassign

zone's identifier.

Definition at line 59 of file NCZoneEvent.h.

◆ locationId

- (int32_t) locationId
readnonatomicassign

zone's location identifier.

Definition at line 49 of file NCZoneEvent.h.

◆ name

- (NSString*) name
readnonatomicassign

zone's name.

Definition at line 64 of file NCZoneEvent.h.

◆ sublocationId

- (int32_t) sublocationId
readnonatomicassign

zone's sublocationId identifier.

Definition at line 54 of file NCZoneEvent.h.

◆ type

- (NCZoneEventType) type
readnonatomicassign

Handled zone event type.

Definition at line 44 of file NCZoneEvent.h.


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