Extensions
The following extensions are available globally.
-
This is helper function to convert dictionary into JSON string that can be used in
See moreEventAnalyticsObserver.eventDidReceive
callback to convert attributes into JSON string. Callingattributes.text()
will returns stringDeclaration
Swift
public extension Dictionary where Key == AnyHashable, Value: Any
-
This is helper function to convert dictionary into JSON string that can be used in
See moreEventAnalyticsObserver.eventDidReceive
callback to convert attributes into JSON string. Callingattributes.text()
will returns stringDeclaration
Swift
@objc public extension NSDictionary