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.
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
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