MixpanelProxyServerDelegate
public protocol MixpanelProxyServerDelegate : AnyObject
Delegate protocol for updating the Proxy Server API’s network behavior.
-
Asks the delegate to return API resource items like query params & headers for proxy Server.
Declaration
Swift
func mixpanelResourceForProxyServer(_ name: String) -> ServerProxyResource?
Parameters
mixpanel
The mixpanel instance
Return Value
return ServerProxyResource to give custom headers and query params.