MixpanelDelegate
public protocol MixpanelDelegate : AnyObject
Delegate protocol for controlling the Mixpanel API’s network behavior.
-
Asks the delegate if data should be uploaded to the server.
Declaration
Swift
func mixpanelWillFlush(_ mixpanel: MixpanelInstance) -> BoolParameters
mixpanelThe mixpanel instance
Return Value
return true to upload now or false to defer until later
View on GitHub
MixpanelDelegate Protocol Reference