Created
August 27, 2020 08:57
-
-
Save MartinZikmund/501bf282d8153b6f3e86d84bd95648ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Get number of times the app has been launched | |
LaunchTracker.Current.LaunchCount | |
// Get the time when the current instance of app has been launched | |
LaunchTracker.Current.CurrentLaunchDate | |
// Get the time the app has been launched last time | |
LaunchTracker.Current.PreviousLaunchDate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment