C# Class Microsoft.HockeyApp.Services.TestApplicationService

Inheritance: IApplicationService
Show file Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
GetApplicationId ( ) : string
GetStoreRegion ( ) : string
GetVersion ( ) : string
Init ( ) : void
IsDevelopmentMode ( ) : bool

Method Details

GetApplicationId() public method

public GetApplicationId ( ) : string
return string

GetStoreRegion() public method

public GetStoreRegion ( ) : string
return string

GetVersion() public method

public GetVersion ( ) : string
return string

Init() public method

public Init ( ) : void
return void

IsDevelopmentMode() public method

public IsDevelopmentMode ( ) : bool
return bool