Property | Type | Description | |
---|---|---|---|
DefaultLaunchLimitForReminder | int |
Method | Description | |
---|---|---|
CheckRateReminderAsync ( ) : Task |
Increments the launch counter and if it is equal or less than the current value of RatePopup.LaunchLimit, shows the rating pop up. A flag will be set so the dialog only shows once.
|
|
GetAppVersion ( ) : string |
Get's the application version
|
|
ResetLaunchCount ( ) : void |
Resets the stored launch count to zero, and resets the flag that prevents the pop up from showing more than once.
|
Method | Description | |
---|---|---|
RatePopup ( ) : System |
Static constructor for initializing default values.
|
public static CheckRateReminderAsync ( ) : Task |
||
return | Task |