Summary
Provides access to the
Xamarin.Essentials.VersionTracking
API.
- Assembly
- Rocket
.Surgery .Xamarin .Essentials .dll - Namespace
- Rocket
.Surgery .Xamarin .Essentials - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IVersionTracking"]
click Interface0 "/api/Rocket.Surgery.Xamarin.Essentials.Abstractions/IVersionTracking"
Type["VersionTrackingEssential"]
class Type type-node
Syntax
public class VersionTrackingEssential : IVersionTracking
Constructors
Name | Summary |
---|---|
Version |
Properties
Name | Value | Summary |
---|---|---|
BuildHistory | IEnumerable |
|
CurrentBuild | string | |
CurrentVersion | string | |
FirstInstalledBuild | string | |
First |
string | |
IsFirstLaunchEver | bool | |
Is |
bool | |
Is |
bool | |
PreviousBuild | string | |
PreviousVersion | string | |
VersionHistory | IEnumerable |
Methods
Name | Value | Summary |
---|---|---|
Is |
bool | |
Is |
bool | |
Track |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|