public class GuardInfoDialog
extends com.app.security.util.MemoryDialog
implements android.view.View.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnShowListener
限定符和类型 | 类和说明 |
---|---|
static interface |
GuardInfoDialog.GuardDialogInterface |
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 int |
GUARD_FROM_LIVE |
static int |
GUARD_FROM_ME |
static int |
GUARD_FROM_OTHER |
static int |
GUARD_FROM_REPLAY |
构造器和说明 |
---|
GuardInfoDialog(android.content.Context context) |
限定符和类型 | 方法和说明 |
---|---|
static GuardInfoDialog |
createDialog(android.content.Context context) |
void |
onClick(android.view.View view) |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onDismiss(android.content.DialogInterface dialog) |
void |
onShow(android.content.DialogInterface dialog) |
void |
setDialogData(GuardinInfoMessage.GuardInfoBean guardInfo,
java.lang.String hostid,
java.lang.String videoid,
int from) |
void |
setDialogInterface(GuardInfoDialog.GuardDialogInterface dialogInterface) |
void |
startQueryGuardin() |
dismiss, isActivityValid, isBottomEntryDialog, isContextAvailable, realDismiss, realShow, setBottomEntryDialog, setContentView, setContentView, setContentView, setOnDismissListener, show
addContentView, 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, unregisterForContextMenu
public static final int GUARD_FROM_ME
public static final int GUARD_FROM_OTHER
public static final int GUARD_FROM_LIVE
public static final int GUARD_FROM_REPLAY
public void onDismiss(android.content.DialogInterface dialog)
onDismiss
在接口中 android.content.DialogInterface.OnDismissListener
public void onShow(android.content.DialogInterface dialog)
onShow
在接口中 android.content.DialogInterface.OnShowListener
public void setDialogInterface(GuardInfoDialog.GuardDialogInterface dialogInterface)
public static GuardInfoDialog createDialog(android.content.Context context)
public void setDialogData(GuardinInfoMessage.GuardInfoBean guardInfo, java.lang.String hostid, java.lang.String videoid, int from)
public void startQueryGuardin()
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate
在类中 android.app.Dialog
public void onClick(android.view.View view)
onClick
在接口中 android.view.View.OnClickListener