C# 클래스 MediaAppSample.Core.Services.RatingsManager

Used to determine when and if a user should be prompted to rate the application being executed.
상속: ServiceBase
파일 보기 프로젝트 열기: Microsoft/TVHelpers

Private Properties

프로퍼티 타입 설명
PromptForRatingAsync System.Threading.Tasks.Task
RatingsManager MediaAppSample.Core.ViewModels

공개 메소드들

메소드 설명
CheckForRatingsPromptAsync ( ViewModelBase vm ) : System.Threading.Tasks.Task

Executes business logic to determine if an instance of the application should prompt the user to solicit user ratings. If it determines it should, the dialog to solicit ratings will be displayed.

비공개 메소드들

메소드 설명
PromptForRatingAsync ( ViewModelBase vm ) : System.Threading.Tasks.Task

Displays a dialog to the user requesting the user to provide ratings/feedback for this application.

RatingsManager ( ) : MediaAppSample.Core.ViewModels

메소드 상세

CheckForRatingsPromptAsync() 공개 메소드

Executes business logic to determine if an instance of the application should prompt the user to solicit user ratings. If it determines it should, the dialog to solicit ratings will be displayed.
public CheckForRatingsPromptAsync ( ViewModelBase vm ) : System.Threading.Tasks.Task
vm ViewModelBase
리턴 System.Threading.Tasks.Task