Objective-C Client Reference
Class PIORegistrationError
Language: Objective-C
Error class for PlayerIO QuickConnect registration errors.
If there are any errors when using the SimpleRegister method of QuickConnect, you will get back an error object of this type that holds more detail about the cause of the error. You can use this information to provide better help for your users when they are filling out your registration form.
Methods | |||
---|---|---|---|
- (NSString*) |
|
||
- (NSString*) |
|
||
- (NSString*) |
|
||
- (NSString*) |
|
captchaError
The error for the captcha field, if any.
Return Value
NSString* | |
emailError
The error for the email field, if any.
Return Value
NSString* | |
passwordError
The error for the password field, if any.
Return Value
NSString* | |
usernameError
The error for the username field, if any.
Return Value
NSString* | |