public class NewForbidDialog
extends com.app.security.util.MemoryDialog
限定符和类型 | 类和说明 |
---|---|
static class |
NewForbidDialog.Type |
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener
限定符 | 构造器和说明 |
---|---|
protected |
NewForbidDialog(android.content.Context context,
boolean cancelable,
android.content.DialogInterface.OnCancelListener cancelListener) |
|
NewForbidDialog(android.content.Context context,
int themeResId) |
|
NewForbidDialog(android.content.Context context,
java.lang.String text,
NewForbidDialog.Type type,
java.lang.String number,
int fromScene)
第二次展示需要调用这个构造方法
|
|
NewForbidDialog(android.content.Context context,
java.lang.String text,
NewForbidDialog.Type type,
java.lang.String number,
java.lang.String uid,
int fromScene)
第一次展示需要调用这个构造方法
|
限定符和类型 | 方法和说明 |
---|---|
void |
dismiss() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
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 NewForbidDialog(@NonNull android.content.Context context, java.lang.String text, NewForbidDialog.Type type, java.lang.String number, java.lang.String uid, int fromScene)
context
- text
- 封禁原因描述type
- 是申诉前,还是申诉后number
- 如果申诉后,填入申诉单号,不是就为空字符串public NewForbidDialog(@NonNull android.content.Context context, java.lang.String text, NewForbidDialog.Type type, java.lang.String number, int fromScene)
context
- text
- type
- number
- public NewForbidDialog(@NonNull android.content.Context context, @StyleRes int themeResId)
protected NewForbidDialog(@NonNull android.content.Context context, boolean cancelable, @Nullable android.content.DialogInterface.OnCancelListener cancelListener)