hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

kameleoon_client

0.8.6
0.9.0 0.8.6 0.8.5

Kameleoon Elixir SDK

HexDocs

Current section

Files

Jump to
Readme
3 Versions
1 Dependency
Dependants
Files
Activity
Readme 3 Versions 1 Dependency Dependants Files Activity
kameleoon_client native kameleoon_elixir_bridge src lib.rs
Raw

47 files

  • lib
    • kameleoon
      • data
        • application_version.ex
        • browser.ex
        • conversion.ex
        • cookie.ex
        • custom_data.ex
        • device.ex
        • geolocation.ex
        • operating_system.ex
        • page_view.ex
        • unique_identifier.ex
        • user_agent.ex
        • validation.ex
      • internal
        • cookie.ex
        • cookie_response_item.ex
        • get_visitor_code_result.ex
        • native_result.ex
      • native
        • events.ex
        • nif.ex
      • types
        • data_file.ex
        • feature_flag.ex
        • remote_visitor_data_filter.ex
        • rule.ex
        • variable.ex
        • variation.ex
      • client.ex
      • client_config.ex
      • client_factory.ex
      • cookie_accessor.ex
      • error.ex
      • logger.ex
  • native
    • kameleoon_elixir_bridge
      • src
        • client_ex.rs
        • config_ex.rs
        • cookies_ex.rs
        • data_ex.rs
        • datafile_ex.rs
        • error_ex.rs
        • feature_flag_ex.rs
        • lib.rs
        • logging_ex.rs
        • remote_visitor_data_filter_ex.rs
        • rule_ex.rs
        • utils_ex.rs
        • variable_ex.rs
        • variation_ex.rs
      • Cargo.toml
  • README.md
  • mix.exs

    No matching files

    Package files

      No matching files

      native/kameleoon_elixir_bridge/src/lib.rs

      mod client_ex;
      mod config_ex;
      mod cookies_ex;
      mod data_ex;
      mod datafile_ex;
      mod error_ex;
      mod feature_flag_ex;
      mod logging_ex;
      mod remote_visitor_data_filter_ex;
      mod rule_ex;
      mod utils_ex;
      mod variable_ex;
      mod variation_ex;
      hex logo Hex
      About Blog Sponsors Status Advisories
      Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
      Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

      Copyright 2015. Six Colors AB.

      Powered by the Erlang VM and the Elixir Programming Language

      Search filters

      Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

      Operator Description Example
      name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
      description: Full-text search of package descriptions description:auth
      depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
      build_tool: Filter by build tool build_tool:mix
      updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
      extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

      Wrap values in double quotes to include spaces, e.g. name:"my package".