BKBlukiiReportInfoViolationDelegate

public protocol BKBlukiiReportInfoViolationDelegate

Delegate for BKBlukiiInfo.reportInfoViolation(infoData: BKInfoData, language: String, senderName: String, senderEmail: String, messageText: String).

  • Callback for successful request of click report.

    Declaration

    Swift

    func onReportInfoViolation()
  • Callback if request of click report fails.

    Declaration

    Swift

    func onReportError(_ errorCode: Error)