C# Класс MediaAppSample.Core.Services.RatingsManager

Used to determine when and if a user should be prompted to rate the application being executed.
Наследование: ServiceBase
Показать файл Открыть проект

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