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.

+ resourceName

JSONApi resource name.

+ (NSString *)resourceName

Declared In

XMMRestResource.h

– initWithCoreDataObject:

Initialize entity with offline saved entity.

- (instancetype)initWithCoreDataObject:(id<XMMCDResource>)object

Declared In

XMMRestResource.h

– initWithCoreDataObject:excludeRelations:

Initialize entity with offline saved entity and don’t add relations.

- (instancetype)initWithCoreDataObject:(id<XMMCDResource>)object excludeRelations:(Boolean)excludeRelations

Declared In

XMMRestResource.h

– saveOffline

Save offline copy of this entity.

- (id<XMMCDResource>)saveOffline

Declared In

XMMRestResource.h

– deleteOfflineCopy

Delete offline saved copy of this entity.

- (void)deleteOfflineCopy

Declared In

XMMRestResource.h