Свойство | Тип | Описание | |
---|---|---|---|
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 |
public AddCallbackParameter ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public AddPartnerParameter ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public AdjustEvent ( string eventToken ) : System.Collections.Generic | ||
eventToken | string | |
Результат | System.Collections.Generic |
public SetRevenue ( double revenue, string currency ) : void | ||
revenue | double | |
currency | string | |
Результат | void |