InfoUIDelegate

public protocol InfoUIDelegate : AnyObject

Allows the InfoUI instance to notify when user interface events have occurred.

  • Indicates that the user cancelled the info user interface.

    Declaration

    Swift

    func infoUICancelled(_ sender: InfoUI)