Rust
Installation
[dependencies]
connect-framework = "0.8"use connect_framework::ConnectFramework;Usage
Initializing the SDK
// Initialize the SDK with an API key
ConnectFramework::initialize("your_api_key_here");User Authentication
Logging in with a Unique ID and Email
Submitting an OTP Code
Logging Out
Checking if User is Connected
Analytics Tracking
Logging an Event
Logging an Event with Additional Data
Last updated