Params
data class Params(val mContext: Context, var mTitle: CharSequence? = null, var mMessage: CharSequence? = null, var mButton1Listener: DeweyPopupInterface.OnClickListener? = null, var mButton2Listener: DeweyPopupInterface.OnClickListener? = null, var mButton3Listener: DeweyPopupInterface.OnClickListener? = null, var mOnDismissListener: DeweyPopupInterface.OnDismissListener? = null, var mOnShowListener: DeweyPopupInterface.OnShowListener? = null, var mWindowAccessibilityText: CharSequence? = null, var mCancelable: Boolean = true, var mCanceledOnTouchOutside: Boolean = true, var mButton1Text: CharSequence? = null, var mButton2Text: CharSequence? = null, var mButton3Text: CharSequence? = null, var mButton1Style: DeweyDialog.ButtonStyle = ButtonStyle.DEFAULT, var mButton2Style: DeweyDialog.ButtonStyle = ButtonStyle.DEFAULT, var mButton3Style: DeweyDialog.ButtonStyle = ButtonStyle.DEFAULT, var mButtonLayout: DeweyDialog.ButtonLayout = ButtonLayout.HORIZONTAL, @LayoutRes var mCustomViewLayoutResId: Int? = null, var mCustomView: View? = null, var mUiMode: DeweyDialog.UiMode = UiMode.AUTOMATIC, @StyleRes var mThemeResId: Int? = null)
Params for creating a DeweyDialog.
Constructors
Link copied to clipboard
constructor(mContext: Context, mTitle: CharSequence? = null, mMessage: CharSequence? = null, mButton1Listener: DeweyPopupInterface.OnClickListener? = null, mButton2Listener: DeweyPopupInterface.OnClickListener? = null, mButton3Listener: DeweyPopupInterface.OnClickListener? = null, mOnDismissListener: DeweyPopupInterface.OnDismissListener? = null, mOnShowListener: DeweyPopupInterface.OnShowListener? = null, mWindowAccessibilityText: CharSequence? = null, mCancelable: Boolean = true, mCanceledOnTouchOutside: Boolean = true, mButton1Text: CharSequence? = null, mButton2Text: CharSequence? = null, mButton3Text: CharSequence? = null, mButton1Style: DeweyDialog.ButtonStyle = ButtonStyle.DEFAULT, mButton2Style: DeweyDialog.ButtonStyle = ButtonStyle.DEFAULT, mButton3Style: DeweyDialog.ButtonStyle = ButtonStyle.DEFAULT, mButtonLayout: DeweyDialog.ButtonLayout = ButtonLayout.HORIZONTAL, @LayoutRes mCustomViewLayoutResId: Int? = null, mCustomView: View? = null, mUiMode: DeweyDialog.UiMode = UiMode.AUTOMATIC, @StyleRes mThemeResId: Int? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard