C# Class Client.Android.Impl.VersionService

Inheritance: IVersionService
ファイルを表示 Open project: builttoroam/BuildIt

Public Methods

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

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

VersionService() public method

public VersionService ( ) : System
return System

VersionService() public method

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