类 PrivacyConfirmBottomDialog
- java.lang.Object
-
- android.app.Dialog
-
- cn.authing.guard.dialog.PrivacyConfirmBottomDialog
-
- 所有已实现的接口:
android.content.DialogInterface,android.view.KeyEvent.Callback,android.view.View.OnCreateContextMenuListener,android.view.Window.Callback
public class PrivacyConfirmBottomDialog extends android.app.Dialog
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 android.content.DialogInterface
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener
-
-
构造器概要
构造器 构造器 说明 PrivacyConfirmBottomDialog(android.content.Context context)PrivacyConfirmBottomDialog(android.content.Context context, boolean cancelable, android.content.DialogInterface.OnCancelListener cancelListener)PrivacyConfirmBottomDialog(android.content.Context context, int themeResId)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidonCreate(android.os.Bundle savedInstanceState)voidsetContent(android.text.Spannable spannable)voidsetContent(java.lang.CharSequence content)voidsetOnPrivacyListener(PrivacyConfirmDialog.OnPrivacyListener onPrivacyListener)-
从类继承的方法 android.app.Dialog
addContentView, cancel, closeOptionsMenu, create, dismiss, 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, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu
-
-
-
-
构造器详细资料
-
PrivacyConfirmBottomDialog
public PrivacyConfirmBottomDialog(@NonNull android.content.Context context)
-
PrivacyConfirmBottomDialog
public PrivacyConfirmBottomDialog(@NonNull android.content.Context context, int themeResId)
-
PrivacyConfirmBottomDialog
public PrivacyConfirmBottomDialog(@NonNull android.content.Context context, boolean cancelable, @Nullable android.content.DialogInterface.OnCancelListener cancelListener)
-
-
方法详细资料
-
onCreate
protected void onCreate(android.os.Bundle savedInstanceState)
- 覆盖:
onCreate在类中android.app.Dialog
-
setContent
public void setContent(android.text.Spannable spannable)
-
setContent
public void setContent(java.lang.CharSequence content)
-
setOnPrivacyListener
public void setOnPrivacyListener(PrivacyConfirmDialog.OnPrivacyListener onPrivacyListener)
-
-