C# Class Microsoft.HockeyApp.Services.ApplicationService

Inheritance: IApplicationService
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode 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

Méthode Description
CoreApplication_Resuming ( object sender, object e ) : void
CoreApplication_Suspending ( object sender, Windows e ) : void

Method Details

GetApplicationId() public méthode

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

GetStoreRegion() public méthode

Gets the store region.
public GetStoreRegion ( ) : string
Résultat string

GetVersion() public méthode

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

Init() public méthode

public Init ( ) : void
Résultat void

IsDevelopmentMode() public méthode

public IsDevelopmentMode ( ) : bool
Résultat bool