Kameleoon.Events.RequestType (kameleoon_client v0.9.1)

Copy Markdown

The type of an HTTP request performed by the SDK.

Summary

Functions

All supported request types.

Types

t()

@type t() ::
  :datafile | :tracking | :remote_visitor_data | :remote_data | :access_token
  • :datafile — fetching of the SDK data file (configuration).
  • :tracking — sending of tracking data.
  • :remote_visitor_data — fetching of remote visitor data.
  • :remote_data — fetching of remote data.
  • :access_token — fetching of the Kameleoon API access token.

Functions

values()

@spec values() :: [t()]

All supported request types.