MobileAppTracking by johng

<PackageReference Include="MobileAppTracking" Version="3.6.0" />

 MobileAppTracker

public class MobileAppTracker
public static MobileAppTracker Instance { get; }

public static MobileAppTracker InitializeValues(string advId, string advKey)

protected static long UnixTimestamp(DateTime? date)

public int GetAge()

public bool GetAllowDuplicates()

public double GetAltitude()

public bool GetAppAdTracking()

public string GetAppName()

public string GetAppVersion()

public string GetASHWID()

public bool GetDebugMode()

public string GetEventAttribute1()

public string GetEventAttribute2()

public string GetEventAttribute3()

public string GetEventAttribute4()

public string GetEventAttribute5()

public string GetEventContentId()

public string GetEventContentType()

public int GetEventLevel()

public int GetEventQuantity()

public double GetEventRating()

public string GetEventSearchString()

public bool GetExistingUser()

public string GetFacebookUserId()

public string GetGoogleUserId()

public bool GetIsPayingUser()

public string GetLastOpenLogId()

public double GetLatitude()

public double GetLongitude()

public string GetMatId()

public string GetOpenLogId()

public string GetPackageName()

public string GetPhoneNumber()

public string GetTwitterUserId()

public string GetUserEmail()

public string GetUserId()

public string GetUserName()

public virtual bool IsOnline()

public void MeasureAction(string eventName, double revenue = 0, string currency = null, string refId = null, List<MATEventItem> eventItems = null)

public void MeasureSession()

public void SetAge(int age)

public void SetAllowDuplicates(bool allowDuplicates)

public void SetAltitude(double altitude)

public void SetAppAdTracking(bool appAdTracking)

public void SetAppName(string appName)

public void SetAppVersion(string appVersion)

public void SetASHWID(string ASHWID)

public void SetDebugMode(bool debugMode)

public void SetEventAttribute1(string eventAttribute1)

public void SetEventAttribute2(string eventAttribute2)

public void SetEventAttribute3(string eventAttribute3)

public void SetEventAttribute4(string eventAttribute4)

public void SetEventAttribute5(string eventAttribute5)

public void SetEventContentId(string eventContentId)

public void SetEventContentType(string eventContentType)

public void SetEventDate1(DateTime? dateTime1)

public void SetEventDate2(DateTime? dateTime2)

public void SetEventLevel(int eventLevel)

public void SetEventQuantity(int eventQuantity)

protected void SetEventQueue(MATEventQueue eventQueue)

public void SetEventRating(double eventRating)

public void SetEventSearchString(string eventSearchString)

public void SetExistingUser(bool existingUser)

public void SetFacebookUserId(string facebookUserId)

public void SetGender(MATGender gender)

public void SetGoogleUserId(string googleUserId)

public void SetIsPayingUser(bool isPayingUser)

public void SetLastOpenLogId(string lastOpenLogId)

public void SetLatitude(double latitude)

public void SetLongitude(double longitude)

public void SetMatId(string matId)

public void SetMATResponse(MATResponse response)

public void SetMatTestRequest(MATTestRequest matTestRequest)

public void SetOpenLogId(string openLogId)

public void SetPackageName(string packageName)

public void SetPhoneNumber(string phoneNumber)

public void SetTwitterUserId(string twitterUserId)

public void SetUserEmail(string userEmail)

public void SetUserId(string userId)

public void SetUserName(string userName)

public void UserAgentScriptNotify(object sender, NotifyEventArgs e)