Interface UM_iBuildInfo
Information about current running build. Can be used foe debug and report's sending
Namespace: SA.CrossPlatform.App
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iBuildInfo
Properties
Identifier
Application identifier;
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
Current app version code.
Declaration
string Version { get; }
Property Value
Type | Description |
---|---|
System.String |