public class ChestDialog
extends com.app.security.util.MemoryDialog
implements android.view.View.OnClickListener, android.content.DialogInterface.OnShowListener, android.content.DialogInterface.OnDismissListener
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
ChestDialog.IChestDialogInterface |
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener| 限定符和类型 | 方法和说明 |
|---|---|
static ChestDialog |
creatDialog(android.content.Context context,
ChestManager.ChestItemBean chestItem,
boolean gameEnabled,
android.os.Handler handler,
ChestDialog.IChestDialogInterface dialogInterface) |
static ChestDialog |
createDialog(android.content.Context context,
com.app.live.activity.VideoDataInfo videoDataInfo,
int type,
java.lang.String boxid,
boolean gameEnabled,
android.os.Handler handler,
ChestDialog.IChestDialogInterface dialogInterface,
boolean isNewTaskBonus) |
void |
getNewTaskBonusMsg() |
void |
getOldMsg() |
void |
onClick(android.view.View v) |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onDismiss(android.content.DialogInterface dialog) |
void |
onShow(android.content.DialogInterface dialog) |
boolean |
permitRequest() |
void |
showNoAnimBox() |
dismiss, isActivityValid, isBottomEntryDialog, isContextAvailable, realDismiss, realShow, setBottomEntryDialog, setContentView, setContentView, setContentView, setOnDismissListener, showaddContentView, cancel, closeOptionsMenu, create, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, isShowing, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onStart, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, takeKeyEvents, unregisterForContextMenupublic static ChestDialog creatDialog(android.content.Context context, ChestManager.ChestItemBean chestItem, boolean gameEnabled, android.os.Handler handler, ChestDialog.IChestDialogInterface dialogInterface)
public static ChestDialog createDialog(android.content.Context context, com.app.live.activity.VideoDataInfo videoDataInfo, int type, java.lang.String boxid, boolean gameEnabled, android.os.Handler handler, ChestDialog.IChestDialogInterface dialogInterface, boolean isNewTaskBonus)
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate 在类中 android.app.Dialogpublic void onShow(android.content.DialogInterface dialog)
onShow 在接口中 android.content.DialogInterface.OnShowListenerpublic void showNoAnimBox()
public void onClick(android.view.View v)
onClick 在接口中 android.view.View.OnClickListenerpublic void getOldMsg()
public void getNewTaskBonusMsg()
public boolean permitRequest()
public void onDismiss(android.content.DialogInterface dialog)
onDismiss 在接口中 android.content.DialogInterface.OnDismissListener