VDARContextPrior Class Reference
| 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
-
– initWithContextID:Initalize a new context prior with the given context ID.
-
contextIDThe context public ID
property -
+ contextWithID:Create and initalize a new prior with the given contextID
Class Methods
contextWithID:
Create and initalize a new prior with the given contextID
+ (VDARContextPrior *)contextWithID:(NSString *)contextIDParameters
- 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.hInstance Methods
initWithContextID:
Initalize a new context prior with the given context ID.
- (id)initWithContextID:(NSString *)contextIDParameters
- 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