View Source Gpp (Gpp v0.1.3)
IAB Global Privacy Platform string decoding.
Link to this section Summary
Link to this section Types
@type section() :: Gpp.Sections.Tcf.t() | Gpp.Sections.Uspca.t() | Gpp.Sections.Uspco.t() | Gpp.Sections.Uspct.t() | Gpp.Sections.Usput.t() | Gpp.Sections.Uspv1.t() | Gpp.Sections.Uspva.t() | Gpp.Sections.Uspnat.t()
@type section_id() :: pos_integer()
@type t() :: %Gpp{ section_ids: [section_id()], sections: [section()], type: pos_integer(), version: pos_integer() }