java.lang.Object |
↳ |
chan.content.ChanPerformer.ReadCaptchaResult |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Constructor for ChanPerformer.ReadCaptchaResult
.
Parameters |
captchaState |
ChanPerformer.CaptchaState :
Resulting captcha state. |
captchaData |
ChanPerformer.CaptchaData :
Resulting captcha data map.
|
Public Methods
Overrides captcha type. It might be useful when chan requires a captcha with specific type.
Parameters |
captchaType |
String :
Captcha type. |
Stores resulting captcha image. You must set this field with CAPTCHA
result.
Parameters |
image |
Bitmap :
Captcha image bitmap. |
Overrides captcha input mode from configuration. It might be useful when captcha becomes harder than usual
and user will have to enter a letters instead of numbers, for example.
Parameters |
input |
ChanConfiguration.Captcha.Input :
Captcha input mode. |
Use this method to make image field larger for user.
Parameters |
large |
boolean :
True if captcha image is large. |
Overrides captcha validity from configuration. It might be useful when captcha valid in thread,
but with captcha pass captcha valid in all chan for example.
Parameters |
validity |
ChanConfiguration.Captcha.Validity :
Captcha validity. |