CiaoSDKMMP
CiaoSDKMMP provides direct access to the Singular MMP module for events that should only be reported to Singular.
Most events should be reported through the main
CiaoSDKfacade (SendLevelCompleted,SendIAPPurchased,SendEvent, etc.), which routes to both MMP and Analytics. UseCiaoSDKMMPonly when you specifically want Singular-only reporting.
Methods
| Method | Description |
|---|---|
SendEvent(string name, Dictionary<string, object> params) | Sends a custom event to Singular only. |
Events
| Event | Description |
|---|---|
OnDeepLinkResolved | Fires when a Singular tracking link resolves. Subscribe before calling CiaoSDK.Initialize() for standard deep links to work correctly. |
Updated 1 day ago
Did this page help you?
