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.
显示文件 Open project: inthehand/Charming

Public Methods

Method 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

Method Description
CurrentApp ( ) : System

Method Details

RequestDetailsAsync() public static method

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

RequestReviewAsync() public static method

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