Overview & Getting Started
Welcome to Haxelo SDK documentation, this will guide you to quickly integrate and utilize the SDK functionalities within your games.
Basics
Lets get started
Haxelo SDK Methods
In the project, there is sample initialization script that will show you how you can initilize Haxelo Session and use all of the methods.
Initialize Method
Haxelo.Initialize(UserData data, bool userConsent)
Initializes the Haxelo SDK with user data and consent preferences.
- Parameters:
UserData
data
– Contains user demographic information:string
gender
– Can be"Male"
,"Female"
,"Non-binary"
, or empty.int
age
– Any numeric value or empty.
bool
IAP Status
– Indicates whether the user has made an in-app purchase in your game.
Camera Configuration
Haxelo.setTargetCamera(Camera object)
Sets the camera that user is looking with at given moment .
- Use case Required for proper measurement for impressions Haxelo.
- Parameters:
Camera object
– The main game camera.
Event Listeners
Haxelo provides event listeners for various interactions.