library / org.akop.kotx.ext.app / AlertDialogBuilder / <init>

<init>

AlertDialogBuilder(context: Context)

Constructs a new AlertDialogBuilder.

AlertDialogBuilder(context: Context, messageResId: Int, titleResId: Int = 0)

Constructs a new AlertDialogBuilder with specified message and title.

AlertDialogBuilder(context: Context, message: String?, title: String? = null)

Constructs a new AlertDialogBuilder with specified message and title.