MetaKeys

public enum MetaKeys

Well-known keys for the metadata dictionary.

Use these constants when populating Info.metadata so that the SDK can locate and process the values it understands.

  • Key whose value is a [String: Any] dictionary of device property overrides to include in analytics payloads.

    Declaration

    Swift

    public static let deviceProperties: String
  • Key whose value is a [String: String] dictionary of query parameters to append to outbound network requests made by this module.

    Declaration

    Swift

    public static let queryParams: String