C# Class AdjustSdk.AdjustEvent

Afficher le fichier Open project: adjust/windows_sdk Class Usage Examples

Private Properties

Свойство Type Description
CheckEventToken bool
CheckParameter bool
CheckRevenue bool

Méthodes publiques

Méthode 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

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

Method Details

AddCallbackParameter() public méthode

public AddCallbackParameter ( string key, string value ) : void
key string
value string
Résultat void

AddPartnerParameter() public méthode

public AddPartnerParameter ( string key, string value ) : void
key string
value string
Résultat void

AdjustEvent() public méthode

public AdjustEvent ( string eventToken ) : System.Collections.Generic
eventToken string
Résultat System.Collections.Generic

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

SetRevenue() public méthode

public SetRevenue ( double revenue, string currency ) : void
revenue double
currency string
Résultat void