ActionEvent

public protocol ActionEvent : Event

An event passed to the action callback.

  • Get the action name.

    • return: the action name

    Declaration

    Swift

    func getName() -> String