C# Class AdjustSdk.AdjustConfig

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

Private Properties

Свойство Type Description
CheckAppToken bool
CheckEnvironment bool
IsValid bool

Méthodes publiques

Méthode Description
AdjustConfig ( string appToken, string environment ) : System
IsValid ( ) : bool

Private Methods

Méthode Description
CheckAppToken ( string appToken ) : bool
CheckEnvironment ( string environment ) : bool
IsValid ( string appToken, string environment ) : bool

Method Details

AdjustConfig() public méthode

public AdjustConfig ( string appToken, string environment ) : System
appToken string
environment string
Résultat System

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool