Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 572 Bytes

AnalyticsParameterEncoderProtocol.md

File metadata and controls

27 lines (19 loc) · 572 Bytes

PROTOCOL

AnalyticsParameterEncoderProtocol

public protocol AnalyticsParameterEncoderProtocol

Encodes the parameters for use by the analytics tracker.

Methods

encode(parameters:)

func encode(parameters: AnalyticsParameterDictionary) throws -> Data

Encodes the parameters for use by the analytics tracker.

  • Parameter parameters: the dictionary of values to encode
  • Returns: Data, if can be encoded

Parameters

Name Description
parameters the dictionary of values to encode