XMMMarker Class Reference
| Inherits from | JSONAPIResourceBase |
|---|---|
| Conforms to | XMMRestResource |
| Declared in | XMMMarker.h XMMMarker.m |
Overview
Marker from the xamoom cloud.
Markers are the representation of the physical part (qr, nfc, beacon) in the xamoom cloud. Every marker is connected to one XMMSpot.
– initWithCoreDataObject:
Initialize entity with offline saved entity.
- (instancetype)initWithCoreDataObject:(id<XMMCDResource>)objectDeclared In
XMMRestResource.h
– initWithCoreDataObject:excludeRelations:
Initialize entity with offline saved entity and don’t add relations.
- (instancetype)initWithCoreDataObject:(id<XMMCDResource>)object excludeRelations:(Boolean)excludeRelationsDeclared In
XMMRestResource.h
– saveOffline
Save offline copy of this entity.
- (id<XMMCDResource>)saveOfflineDeclared In
XMMRestResource.h
– deleteOfflineCopy
Delete offline saved copy of this entity.
- (void)deleteOfflineCopyDeclared In
XMMRestResource.h