MimiBulletinItemInteractionDelegate

public protocol MimiBulletinItemInteractionDelegate : AnyObject

Delegate which provides updates for bulletin interaction events.

  • A bulletin will be dismissed due to user interaction.

    This will be called when a bulletin is about to be dismissed due to the user initiating dismissal by interacting outside of the bounds of the bulletin, when the bulletin isDismissable.

    Declaration

    Swift

    func bulletin(_ item: MimiBulletinItem, willBeDismissed animated: Bool)
    Parameters
    item

    Item that will be dismissed.

    animated

    Whether the dismissal will be animated.