Inherits from VDARPrior : NSObject
Declared in VDARTagPrior.h

Overview

Represent a tag (category) prior information needed for model fetching requests.

When a request is sent to Vidinoti AR servers to fetch multiple models, one can specify under which condition a model should be returned. Such a condition can be, in that case, a tag (a.k.a category). Sending this prior will returns all models belonging to the named category.

Tasks

Properties

tagName

The name of the tag (i.e. the name of the category).

@property (nonatomic, retain) NSString *tagName

Discussion

The name of the tag (i.e. the name of the category).

Declared In

VDARTagPrior.h

Class Methods

tagWithName:

Create and initalize a new tag with the given name

+ (VDARTagPrior *)tagWithName:(NSString *)tagName

Parameters

tagName

the tag name to create the tag prior with

Return Value

The newly created instance of the tag prior

Availability

2.0.2

Discussion

Create and initalize a new tag with the given name

Declared In

VDARTagPrior.h

Instance Methods

initWithTagName:

Initalize a new tag prior with the given tag.

- (id)initWithTagName:(NSString *)tagName

Parameters

tagName

the tag name to create the tag prior with

Return Value

The newly created instance of the tag prior

Availability

2.0.0b2

Discussion

Initalize a new tag prior with the given tag.

Declared In

VDARTagPrior.h