org.solovyev.android.captcha
Class Captcha
java.lang.Object
org.solovyev.android.captcha.Captcha
- All Implemented Interfaces:
- android.os.Parcelable
public class Captcha
- extends Object
- implements android.os.Parcelable
User: serso
Date: 5/28/12
Time: 11:37 PM
| Nested classes/interfaces inherited from interface android.os.Parcelable |
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T> |
| Fields inherited from interface android.os.Parcelable |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Captcha
public Captcha(@Nonnull
String captchaSid,
@Nonnull
String captchaImage)
getCaptchaSid
@Nonnull
public String getCaptchaSid()
getCaptchaImage
@Nonnull
public String getCaptchaImage()
describeContents
public int describeContents()
- Specified by:
describeContents in interface android.os.Parcelable
writeToParcel
public void writeToParcel(android.os.Parcel out,
int i)
- Specified by:
writeToParcel in interface android.os.Parcelable
resolve
@Nonnull
public ResolvedCaptcha resolve(@Nonnull
String captchaKey)
Copyright © 2014 se.solovyev. All Rights Reserved.