Fixing function declaration to override from MF

This commit is contained in:
Nandhini Rajendran 2024-01-23 15:22:19 +05:30
parent 62ffdd605a
commit 47286a9e35

View File

@ -27,7 +27,7 @@ import Foundation
func recordEvent(_ name: String, attributes: [String : Any]?) {} func recordEvent(_ name: String, attributes: [String : Any]?) {}
// MARK: - logging delegate // MARK: - logging delegate
@objc public func handleDebugMessage(_ message: String?) { @objc open func handleDebugMessage(_ message: String?) {
#if LOGGING #if LOGGING
guard let message = message else { return } guard let message = message else { return }
self.print(with: message) self.print(with: message)