C# 클래스 Client.Android.Impl.VersionService

상속: IVersionService
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

메소드 설명
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

메소드 상세

GetVersion() 공개 메소드

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

VersionService() 공개 메소드

public VersionService ( ) : System
리턴 System

VersionService() 공개 메소드

public VersionService ( Android.Content.Context context ) : System
context Android.Content.Context
리턴 System