Protocols

The following protocols are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    @objc
    public protocol MDCustomInterceptDelegate
  • A delegate for receiving submitted form payload. This API method allows listening to in-form feedback content submitted by user.

    See more

    Declaration

    Swift

    @objc
    public protocol MDFeedbackDelegate
  • A delegate for receiving a form displayed information. This API method allows listening to form related events, e.g. form was submitted.

    See more

    Declaration

    Swift

    @objc
    public protocol MDFormDelegate
  • A delegate for receiving an intercept displayed information. Allows listening to intercepts related events. i.e. Actions taken by user in Form Invitations and App Rating prompts (App Ratings is coming soon).

    See more

    Declaration

    Swift

    @objc
    public protocol MDInterceptDelegate