C# Class Microsoft.HockeyApp.Services.ApplicationService

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

Public Methods

Method Description
GetApplicationId ( ) : string

Gets the application identifier, which is the namespace name for App class.

GetStoreRegion ( ) : string

Gets the store region.

GetVersion ( ) : string

Gets the version for the current application. If the version cannot be found, we will return the passed in default.

Init ( ) : void
IsDevelopmentMode ( ) : bool

Private Methods

Method Description
CoreApplication_Resuming ( object sender, object e ) : void
CoreApplication_Suspending ( object sender, Windows e ) : void

Method Details

GetApplicationId() public method

Gets the application identifier, which is the namespace name for App class.
public GetApplicationId ( ) : string
return string

GetStoreRegion() public method

Gets the store region.
public GetStoreRegion ( ) : string
return string

GetVersion() public method

Gets the version for the current application. If the version cannot be found, we will return the passed in default.
public GetVersion ( ) : string
return string

Init() public method

public Init ( ) : void
return void

IsDevelopmentMode() public method

public IsDevelopmentMode ( ) : bool
return bool