Android Client Reference
Class PlayerIORegistrationError
Namespace: com.playerio
Language: Java
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.
Properties | |||
---|---|---|---|
public String |
The error for the captcha field, if any. |
||
public String |
The error for the email field, if any. |
||
public String |
The error for the password field, if any. |
||
public String |
The error for the username field, if any. |
PlayerIORegistrationError.captchaError
public String |
|
The error for the captcha field, if any.
PlayerIORegistrationError.emailError
public String |
|
The error for the email field, if any.
PlayerIORegistrationError.passwordError
public String |
|
The error for the password field, if any.
PlayerIORegistrationError.usernameError
public String |
|
The error for the username field, if any.