Interface DialogActionCallback

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DialogActionCallback
A callback for a dialog action.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(DialogResponseView response, Audience audience)
    Handles a dialog action.
  • Method Details

    • accept

      @OverrideOnly void accept(DialogResponseView response, Audience audience)
      Handles a dialog action.
      Parameters:
      response - the response to the action
      audience - the audience to send the response to