SITBeaconFilter Class Reference

Inherits from NSObject
Declared in SITBeaconFilter.h

Overview

The purpose of this class is to hold information of custom uuids

– initWithUUID:

Initialize a new object with the uuid string

- (instancetype)initWithUUID:(NSString *)uuidString

Parameters

uuidString

string containing an UUID

Return Value

a new initialized SITBeaconFilter object

Declared In

SITBeaconFilter.h

– initWithUUID:identifier:

Initialize a new object with the uuid string and a custom identifier

- (instancetype)initWithUUID:(NSString *)uuidString identifier:(NSString *)identifier

Parameters

uuidString

string containing an UUID

identifier

custom identifier (for example: com.situm.beacon)

Return Value

a new initialized SITBeaconFilter object

Declared In

SITBeaconFilter.h

– uuid

Retrieve data of the store uuid

- (NSString *)uuid

Declared In

SITBeaconFilter.h

– isValid

Check syntax validation (UUID String must comform to the following format: 7AXB7475-6D73-6974-756D-736974756D15)

- (BOOL)isValid

Declared In

SITBeaconFilter.h

– identifier

Retrieve data of the identifier of the Filter (for example: com.situm.beacon)

- (NSString *)identifier

Declared In

SITBeaconFilter.h