public class QTAuthResponse
extends java.lang.Object
implements android.os.Parcelable
| 限定符和类型 | 字段和说明 |
|---|---|
static android.os.Parcelable.Creator<QTAuthResponse> |
CREATOR |
| 构造器和说明 |
|---|
QTAuthResponse(IQTAuthResponse response) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents() |
void |
onCancel() |
void |
onError(int errorCode) |
void |
onResult(java.lang.String code) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<QTAuthResponse> CREATOR
public int describeContents()
describeContents 在接口中 android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel 在接口中 android.os.Parcelablepublic void onResult(java.lang.String code)
public void onError(int errorCode)
public void onCancel()