Class AppCenterDeviceModel
Represents the Device Model class in the crash .json.
Inheritance
System.Object
AppCenterDeviceModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterDeviceModel
Constructors
View SourceAppCenterDeviceModel(String, String, String, String, String, String, String, String, Boolean)
Declaration
public AppCenterDeviceModel(string model, string oemName, string osName, string osVersion, string locale, string screenSize, string appVersion, string appBuild, bool jailbreak)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | model | |
| System.String | oemName | |
| System.String | osName | |
| System.String | osVersion | |
| System.String | locale | |
| System.String | screenSize | |
| System.String | appVersion | |
| System.String | appBuild | |
| System.Boolean | jailbreak |
Properties
View SourceAppBuild
Declaration
public string AppBuild { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
AppVersion
Declaration
public string AppVersion { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Jailbreak
Declaration
public bool Jailbreak { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Locale
Declaration
public string Locale { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Model
Declaration
public string Model { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
OemName
Declaration
public string OemName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
OsName
Declaration
public string OsName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
OsVersion
Declaration
public string OsVersion { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ScreenSize
Declaration
public string ScreenSize { get; }
Property Value
| Type | Description |
|---|---|
| System.String |