Builder
Builder for creating a DeweyDialog.
Functions
Link copied to clipboard
Create a DeweyDialog with the specified parameters. set methods must be called before calling this method. This will not show the dialog.
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
fun setPrimaryButton(text: CharSequence, listener: DeweyPopupInterface.OnClickListener): DeweyDialog.Builder
fun setPrimaryButton(@StringRes textRes: Int, listener: DeweyPopupInterface.OnClickListener): DeweyDialog.Builder
Link copied to clipboard
Link copied to clipboard
fun setSecondaryButton(text: CharSequence, listener: DeweyPopupInterface.OnClickListener): DeweyDialog.Builder
fun setSecondaryButton(@StringRes textRes: Int, listener: DeweyPopupInterface.OnClickListener): DeweyDialog.Builder
Link copied to clipboard
Link copied to clipboard
fun setTertiaryButton(text: CharSequence, listener: DeweyPopupInterface.OnClickListener): DeweyDialog.Builder
fun setTertiaryButton(@StringRes textRes: Int, listener: DeweyPopupInterface.OnClickListener): DeweyDialog.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create and show a DeweyDialog with the specified parameters. set methods must be called before calling this method.