AnalyticsHost
public enum AnalyticsHost
Undocumented
-
Declares that no analytics server is used
Declaration
Swift
case None -
The analytics host names list for broadpeak analytics (i.e. “https://server-host”) or (i.e. “http://server-host”, “https://server-host-2” ,“http://server-host-3”)
Declaration
Swift
case Custom([String])