View Source Gpp (Gpp v0.1.0)

IAB Global Privacy Platform string decoding.

Spec

Link to this section Summary

Link to this section Types

@type section_id() :: pos_integer()
@type t() :: %Gpp{
  section_ids: [section_id()],
  sections: [],
  type: pos_integer(),
  version: pos_integer()
}

Link to this section Functions

@spec parse(String.t()) :: {:ok, t()} | {:error, term()}