NSDictionary
@objc public extension NSDictionary
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