- Assembly
- Rocket
.Surgery .Xamarin .Essentials .Abstractions .dll - Namespace
- Rocket
.Surgery .Xamarin .Essentials .Abstractions - Implementing Types
graph BT
Type["IVersionTracking"]
class Type type-node
Implementing0["VersionTrackingEssential"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/VersionTrackingEssential"
Syntax
public interface IVersionTracking
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.
|