C# Class MobileAppTracking.MATUrlBuilder

Show file Open project: MobileAppTracking/sdk-release Class Usage Examples

Public Methods

Method Description
BuildUrl ( string action, string eventName, double revenue, string currency, string refId, List eventItems, MobileAppTracking.MATParameters parameters ) : string
UnixTimestamp ( ) : long
UnixTimestamp ( System.DateTime date ) : long

Method Details

BuildUrl() public static method

public static BuildUrl ( string action, string eventName, double revenue, string currency, string refId, List eventItems, MobileAppTracking.MATParameters parameters ) : string
action string
eventName string
revenue double
currency string
refId string
eventItems List
parameters MobileAppTracking.MATParameters
return string

UnixTimestamp() public static method

public static UnixTimestamp ( ) : long
return long

UnixTimestamp() public static method

public static UnixTimestamp ( System.DateTime date ) : long
date System.DateTime
return long