PostActionDelegate

public protocol PostActionDelegate : AnyObject

This protocol should be implemented in order to receive post action notifications.

  • Called whenever PostAction‘s are available. Note that PostAction’s are performed after the arrival at the end of a section.

    Declaration

    Swift

    func onPostActions(_ postActions: [PostAction])

    Parameters

    postActions

    The post actions that should be performed.