Extensions

The following extensions are available globally.

  • 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

    See more

    Declaration

    Swift

    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

    See more

    Declaration

    Swift

    @objc public extension NSDictionary