Inherits from VDARPrior : NSObject
Declared in VDARContextPrior.h

Overview

Represent a context 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 context ID. Sending this prior will return the specific model with the given context ID.

Tasks

Properties

contextID

The context public ID

@property (nonatomic, retain) NSString *contextID

Discussion

The context public ID

Declared In

VDARContextPrior.h

Class Methods

contextWithID:

Create and initalize a new prior with the given contextID

+ (VDARContextPrior *)contextWithID:(NSString *)contextID

Parameters

contextID

the public context ID

Return Value

The newly created instance of the context prior

Discussion

Create and initalize a new prior with the given contextID

Declared In

VDARContextPrior.h

Instance Methods

initWithContextID:

Initalize a new context prior with the given context ID.

- (id)initWithContextID:(NSString *)contextID

Parameters

contextID

the public context ID

Return Value

The newly created instance of the context prior

Discussion

Initalize a new context prior with the given context ID.

Declared In

VDARContextPrior.h