C# Class Client.Android.Impl.VersionService

Inheritance: IVersionService
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode Description
GetVersion ( ) : System.Version

Ensure that Context is set before calling this method e.g. versionService.Context = this; (where 'this' is your MainActivity)

VersionService ( ) : System
VersionService ( Android.Content.Context context ) : System

Method Details

GetVersion() public méthode

Ensure that Context is set before calling this method e.g. versionService.Context = this; (where 'this' is your MainActivity)
public GetVersion ( ) : System.Version
Résultat System.Version

VersionService() public méthode

public VersionService ( ) : System
Résultat System

VersionService() public méthode

public VersionService ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System