Class Dialogs


  • public final class Dialogs
    extends Object
    Encapsulation of native dialog callbacks.

    Essentially this component bridges native dialog callbacks to methods on a DialogHandler implementation

    • Method Detail

      • addDialogHandler

        public void addDialogHandler​(DialogHandler handler)
        Add a handler to process the dialog callbacks.
        Parameters:
        handler - handler
      • removeDialogHandler

        public void removeDialogHandler​(DialogHandler handler)
        Remove a handler that was processing dialog callbacks.
        Parameters:
        handler - handler