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 CiaoSDK facade (SendLevelCompleted, SendIAPPurchased, SendEvent, etc.), which routes to both MMP and Analytics. Use CiaoSDKMMP only when you specifically want Singular-only reporting.

Methods

MethodDescription
SendEvent(string name, Dictionary<string, object> params)Sends a custom event to Singular only.

Events

EventDescription
OnDeepLinkResolvedFires when a Singular tracking link resolves. Subscribe before calling CiaoSDK.Initialize() for standard deep links to work correctly.


Did this page help you?