Contents

CPAlertActionHandler

The declaration for an alert action handler.

Declaration

typealias CPAlertActionHandler = (CPAlertAction) -> Void

Parameters

  • action:

    The alert action that invoked the block.

See Also

Getting the Action Handler