C# Class AdjustSdk.AdjustEvent

Datei anzeigen Open project: adjust/windows_sdk Class Usage Examples

Private Properties

Property Type Description
CheckEventToken bool
CheckParameter bool
CheckRevenue bool

Public Methods

Method Description
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

Private Methods

Method Description
CheckEventToken ( string eventToken ) : bool
CheckParameter ( string attribute, string attributeType, string parameterName ) : bool
CheckRevenue ( double revenue, string currency ) : bool

Method Details

AddCallbackParameter() public method

public AddCallbackParameter ( string key, string value ) : void
key string
value string
return void

AddPartnerParameter() public method

public AddPartnerParameter ( string key, string value ) : void
key string
value string
return void

AdjustEvent() public method

public AdjustEvent ( string eventToken ) : System.Collections.Generic
eventToken string
return System.Collections.Generic

IsValid() public method

public IsValid ( ) : bool
return bool

SetRevenue() public method

public SetRevenue ( double revenue, string currency ) : void
revenue double
currency string
return void