VDARUserEmailPrior Class Reference
Inherits from | VDARPrior : NSObject |
Declared in | VDARUserEmailPrior.h |
Overview
Represent a user email 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 user email. Sending this prior will return the models created by the user having the given email address
Tasks
-
– initWithUserEmail:
Initalize a new user email prior with the given email.
-
userEmail
The user email
property -
+ userWithEmail:
Create and initalize a new prior with the given user email
Class Methods
userWithEmail:
Create and initalize a new prior with the given user email
+ (VDARUserEmailPrior *)userWithEmail:(NSString *)userEmail
Parameters
- userEmail
the email of the user who created the models
Return Value
The newly created instance of the user email prior
Discussion
Create and initalize a new prior with the given user email
Declared In
VDARUserEmailPrior.h
Instance Methods
initWithUserEmail:
Initalize a new user email prior with the given email.
- (id)initWithUserEmail:(NSString *)userEmail
Parameters
- userEmail
the email of the user that created the models
Return Value
The newly created instance of the user email prior
Discussion
Initalize a new user email prior with the given email.
Declared In
VDARUserEmailPrior.h