built by distriqt //
The Singular extension gives you access to the Singular SDK for anayltics.
We provide complete guides to get you up and running with sharing quickly and easily.
- Access the Singular SDK - https://www.singular.net/
- Single API interface - your code works across iOS and Android with no modifications
- Sample project code and ASDocs reference
As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.
The documentation site forms the best source of detailed documentation for the extension along with the asdocs.
Quick Example:
Singular.instance.init(
new SingularConfig( API_KEY, SECRET )
);
Singular.instance.event( SingularEvents.SUBSCRIBE );
Singular.instance.event(
"bonus_points_earned",
{
"points": 500
}
);
More information here:
You can purchase a license for using this extension:
distriqt retains all copyright.