C# Class AppPromo.RateReminder

A rating reminder control that can be placed on any Xaml page.
Inheritance: Control
Datei anzeigen Open project: jbienzms/AppPromo Class Usage Examples

Private Properties

Property Type Description
Control_Loaded void
rateHelper_TryReminderCompleted void

Public Methods

Method Description
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.

Private Methods

Method Description
Control_Loaded ( object sender, RoutedEventArgs e ) : void
rateHelper_TryReminderCompleted ( object sender, RateReminderResult e ) : void

Method Details

RateReminder() public method

Initializes a new RateReminder instance.
public RateReminder ( ) : System
return System

ResetCounters() public method

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

TryReminderAsync() public method

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

TryReminderAsync() public method

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