SimpleInputTextDialog

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface OnClickListener

Functions

Link copied to clipboard
open fun show(@NonNull context: Context, @NonNull title: String, @NonNull message: String, @Nullable positiveButtonText: String, @Nullable positiveListener: SimpleInputTextDialog.OnClickListener, @Nullable negativeButtonText: String, @Nullable negativeListener: DialogInterface.OnClickListener)
open fun show(@NonNull context: Context, @NonNull title: String, @NonNull message: String, @NonNull editText: EditText, @Nullable positiveButtonText: String, @Nullable positiveListener: DialogInterface.OnClickListener, @Nullable negativeButtonText: String, @Nullable negativeListener: DialogInterface.OnClickListener, @Nullable cancelListener: DialogInterface.OnCancelListener, isCancelable: Boolean)