C# 클래스 AppPromo.RateReminder

A rating reminder control that can be placed on any Xaml page.
상속: Control
파일 보기 프로젝트 열기: jbienzms/AppPromo 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Control_Loaded void
rateHelper_TryReminderCompleted void

공개 메소드들

메소드 설명
RateReminder ( ) : System

Initializes a new RateReminder instance.

ResetCounters ( ) : void

Resets the reminder counters and whether or not reminders have been shown.

TryReminderAsync ( ) : IAsyncOperation

Checks to see whether it's time to show a reminder and if so, shows it.

TryReminderAsync ( ) : Task

Checks to see whether it's time to show a reminder and if so, shows it.

비공개 메소드들

메소드 설명
Control_Loaded ( object sender, RoutedEventArgs e ) : void
rateHelper_TryReminderCompleted ( object sender, RateReminderResult e ) : void

메소드 상세

RateReminder() 공개 메소드

Initializes a new RateReminder instance.
public RateReminder ( ) : System
리턴 System

ResetCounters() 공개 메소드

Resets the reminder counters and whether or not reminders have been shown.
public ResetCounters ( ) : void
리턴 void

TryReminderAsync() 공개 메소드

Checks to see whether it's time to show a reminder and if so, shows it.
public TryReminderAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

TryReminderAsync() 공개 메소드

Checks to see whether it's time to show a reminder and if so, shows it.
public TryReminderAsync ( ) : Task
리턴 Task