MapstedDialog

open class MapstedDialog

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun autoNotify(context: Context, message: String, isCancelable: Boolean, target: NotificationListener): Dialog
Link copied to clipboard
open fun inputString(activity: Activity, message: String, hint: String, positiveButtonText: String, negativeButtonText: String, isCancelable: Boolean, listener: OnEditTextResponseListener)
Link copied to clipboard
open fun notify(context: Context, message: String, confirmText: String, isCancelable: Boolean, target: NotificationListener)
Link copied to clipboard
open fun notifyAutoDismiss(activity: Activity, message: String, confirmText: String, isCancelable: Boolean, dismissDelay_MS: Long, target: NotificationListener)
Link copied to clipboard
open fun notifyWithImage(context: Context, drawable: Drawable, message: String, confirmText: String, isCancelable: Boolean, target: NotificationListener)
Link copied to clipboard
open fun show(activity: Activity, message: String, positiveButtonText: String, target: DialogListener)
open fun show(context: Context, message: String, positiveButtonText: String, negativeButtonText: String, isCancelable: Boolean, target: DialogListener)
Link copied to clipboard
open fun simpleShow(activity: Activity, message: String, positiveButtonText: String, negativeButtonText: String, isCancelable: Boolean, target: DialogInterfaceListener)