Class AppCenterDeviceModel
Represents the Device Model class in the crash .json.
Inheritance
AppCenterDeviceModel
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterDeviceModel
Constructors
View Source
AppCenterDeviceModel(string, string, string, string, string, string, string, string, bool)
Represents the Device Model class in the crash .json.
Declaration
public AppCenterDeviceModel(string model, string oemName, string osName, string osVersion, string locale, string screenSize, string appVersion, string appBuild, bool jailbreak)
Parameters
Properties
View Source
AppBuild
Declaration
public string AppBuild { get; }
Property Value
View Source
AppVersion
Declaration
public string AppVersion { get; }
Property Value
View Source
Jailbreak
Declaration
public bool Jailbreak { get; }
Property Value
View Source
Locale
Declaration
public string Locale { get; }
Property Value
View Source
Model
Declaration
public string Model { get; }
Property Value
View Source
OemName
Declaration
public string OemName { get; }
Property Value
View Source
OsName
Declaration
public string OsName { get; }
Property Value
View Source
OsVersion
Declaration
public string OsVersion { get; }
Property Value
View Source
ScreenSize
Declaration
public string ScreenSize { get; }
Property Value