C# 클래스 AdjustSdk.AdjustEvent

파일 보기 프로젝트 열기: adjust/windows_sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckEventToken bool
CheckParameter bool
CheckRevenue bool

공개 메소드들

메소드 설명
AddCallbackParameter ( string key, string value ) : void
AddPartnerParameter ( string key, string value ) : void
AdjustEvent ( string eventToken ) : System.Collections.Generic
IsValid ( ) : bool
SetRevenue ( double revenue, string currency ) : void

비공개 메소드들

메소드 설명
CheckEventToken ( string eventToken ) : bool
CheckParameter ( string attribute, string attributeType, string parameterName ) : bool
CheckRevenue ( double revenue, string currency ) : bool

메소드 상세

AddCallbackParameter() 공개 메소드

public AddCallbackParameter ( string key, string value ) : void
key string
value string
리턴 void

AddPartnerParameter() 공개 메소드

public AddPartnerParameter ( string key, string value ) : void
key string
value string
리턴 void

AdjustEvent() 공개 메소드

public AdjustEvent ( string eventToken ) : System.Collections.Generic
eventToken string
리턴 System.Collections.Generic

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

SetRevenue() 공개 메소드

public SetRevenue ( double revenue, string currency ) : void
revenue double
currency string
리턴 void