C# Class Cimbalino.Phone.Toolkit.Services.MarketplaceDetailService

Represents an implementation of the IMarketplaceDetailService.
Inheritance: IMarketplaceDetailService
Afficher le fichier Open project: Cimbalino/Cimbalino-Phone-Toolkit

Méthodes publiques

Méthode Description
Show ( ) : void

Shows the marketplace information for the current application.

Show ( string contentIdentifier ) : void

Shows the marketplace information for the specified application content identifier.

Method Details

Show() public méthode

Shows the marketplace information for the current application.
public Show ( ) : void
Résultat void

Show() public méthode

Shows the marketplace information for the specified application content identifier.
public Show ( string contentIdentifier ) : void
contentIdentifier string The application content identifier.
Résultat void