MAAnalyticsDelegate
public protocol MAAnalyticsDelegate : AnyObject
Public Protocol that will be used by the Mini App to send Analytics info to host app. With the Native implementation host can receive MAAnalyticsInfo object through this interface.
-
This interface must be implemented int the host app to get the MAAnalyticsInfo object from the MiniApps.
Declaration
Swift
func didReceiveMAAnalytics(analyticsInfo: MAAnalyticsInfo, completionHandler: @escaping (Result<MASDKProtocolResponse, MAAnalyticsError>) -> Void)