C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CurrentApp ( ) : System

Описание методов

RequestDetailsAsync() публичный статический Метод

Creates the async operation that enables the user to view the app details.
public static RequestDetailsAsync ( ) : Task
Результат Task

RequestReviewAsync() публичный статический Метод

Creates the async operation that enables the user to review the current app.
public static RequestReviewAsync ( ) : Task
Результат Task