public class CheckInResultDialog
extends java.lang.Object
implements android.content.DialogInterface.OnShowListener, android.content.DialogInterface.OnDismissListener
限定符和类型 | 字段和说明 |
---|---|
static int |
FROM_AR_CHECKIN |
static int |
FROM_NORMAL_CHECKIN |
protected android.os.Handler |
mBaseHandler |
构造器和说明 |
---|
CheckInResultDialog(android.content.Context mContext) |
限定符和类型 | 方法和说明 |
---|---|
void |
dismiss() |
boolean |
isShow() |
void |
onDismiss(android.content.DialogInterface dialog) |
void |
onShow(android.content.DialogInterface dialog) |
void |
setData(CheckInResult result,
boolean isGuide,
int[] gift_location,
int from) |
void |
setOnDismissListener(android.content.DialogInterface.OnDismissListener listener) |
void |
show() |
protected android.os.Handler mBaseHandler
public static final int FROM_NORMAL_CHECKIN
public static final int FROM_AR_CHECKIN
public void show()
public void dismiss()
public boolean isShow()
public void setData(CheckInResult result, boolean isGuide, int[] gift_location, int from)
public void setOnDismissListener(android.content.DialogInterface.OnDismissListener listener)
public void onShow(android.content.DialogInterface dialog)
onShow
在接口中 android.content.DialogInterface.OnShowListener
public void onDismiss(android.content.DialogInterface dialog)
onDismiss
在接口中 android.content.DialogInterface.OnDismissListener