C# Class InTheHand.ApplicationModel.Store.CurrentApp

Defines methods and properties you can use to get license and listing info about the current app and perform in-app purchases.
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
RequestDetailsAsync ( ) : Task

Creates the async operation that enables the user to view the app details.

RequestReviewAsync ( ) : Task

Creates the async operation that enables the user to review the current app.

Private Methods

Méthode Description
CurrentApp ( ) : System

Method Details

RequestDetailsAsync() public static méthode

Creates the async operation that enables the user to view the app details.
public static RequestDetailsAsync ( ) : Task
Résultat Task

RequestReviewAsync() public static méthode

Creates the async operation that enables the user to review the current app.
public static RequestReviewAsync ( ) : Task
Résultat Task