C# 클래스 MobileAppTracking.MATUrlBuilder

파일 보기 프로젝트 열기: MobileAppTracking/sdk-release 1 사용 예제들

공개 메소드들

메소드 설명
BuildUrl ( string action, string eventName, double revenue, string currency, string refId, List eventItems, MobileAppTracking.MATParameters parameters ) : string
UnixTimestamp ( ) : long
UnixTimestamp ( System.DateTime date ) : long

메소드 상세

BuildUrl() 공개 정적인 메소드

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
리턴 string

UnixTimestamp() 공개 정적인 메소드

public static UnixTimestamp ( ) : long
리턴 long

UnixTimestamp() 공개 정적인 메소드

public static UnixTimestamp ( System.DateTime date ) : long
date System.DateTime
리턴 long