BPKDialogViewDelegate

@protocol BPKDialogViewDelegate <NSObject>

Delegate for dialog for managing dialog actions.

  • Called when a button action is invoked. At this point the handler has not yet been called. The receiver should call it.

    Declaration

    Objective-C

    - (void)didInvokeButtonAction:(BPKDialogButtonAction *)action;

    Swift

    func didInvokeButtonAction(_ action: Any!)