Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.53 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.53 KB

built by distriqt //

Singular

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.

Features

  • 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.

Documentation

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:

com.singular

License

You can purchase a license for using this extension:

distriqt retains all copyright.