Dictionary
public extension Dictionary where Key == AnyHashable, Value: Any
This is helper function to convert dictionary into JSON string that can be used in
EventAnalyticsObserver.eventDidReceive
callback to convert attributes
into JSON string. Calling attributes.text()
will returns string
-
Declaration
Swift
func toJsonString() -> String