Implemented interface member:
property
IsFirstLaunchEver
Microsoft.Maui.ApplicationModel.IVersionTracking.IsFirstLaunchEver
1 write to IsFirstLaunchEver
Microsoft.Maui.Essentials (1)
VersionTracking\VersionTracking.shared.cs (1)
238 IsFirstLaunchEver = !preferences.ContainsKey(versionsKey, sharedName) || !preferences.ContainsKey(buildsKey, sharedName);
2 references to IsFirstLaunchEver
Microsoft.Maui.Essentials (2)
VersionTracking\VersionTracking.shared.cs (2)
239 if (IsFirstLaunchEver) 312 sb.AppendLine($" IsFirstLaunchEver: {IsFirstLaunchEver}");