Table of Contents

Method LogEvent

Namespace
Titipi.MocaLib

LogEvent(string)

Sends a named AppsFlyer event with no additional parameters.

public static void LogEvent(string eventName)

Parameters

eventName string

LogEvent(string, Dictionary<string, string>)

Sends a named AppsFlyer event with string key-value parameters.

public static void LogEvent(string eventName, Dictionary<string, string> data)

Parameters

eventName string
data Dictionary<string, string>