Class TCastleTenjin
Unit
Declaration
type TCastleTenjin = class(TComponent)
Description
Tenjin ( https://www.tenjin.com/ ) integration. On Android ( https://github.com/castle-engine/castle-engine/blob/master/tools/build-tool/data/android/services/tenjin/README.md ) and on iOS ( https://github.com/castle-engine/castle-engine/blob/master/tools/build-tool/data/ios/services/tenjin/README.md ).
Usage:
Create an instance of this class (only a single instance allowed).
Call
Initialize.As necessary, use
SendEventto report custom events.
Note that Tenjin is not part of TAnalytics, as you may want to send less events to Tenjin than to other analytics services – as Tenjin's main strength is in the installation attribution, and custom events are paid above a certain count.
Source: services/castletenjin.pas (line 42).
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleTenjin
Generated by PasDoc 0.17.0.snapshot.