Class ConfirmDeleteDialog


  • public class ConfirmDeleteDialog
    extends ConfirmDialog
    The ConfirmDeleteDialog class provides a dialog for confirming whether the user intends to delete an item.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfirmDeleteDialog

        public ConfirmDeleteDialog​(android.content.Context context,
                                   ConfirmDialog.OnConfirmListener onConfirmListener,
                                   java.lang.String title)
        Constructs a ConfirmDeleteDialog
        Parameters:
        context - the context
        onConfirmListener - the OnConfirmListener
        title - the title of the dialog