Show / Hide Table of Contents

Class AppCenterDeviceModel

Represents the Device Model class in the crash .json.

Inheritance
object
AppCenterDeviceModel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.CrashSources
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
Type Name Description
string model
string oemName
string osName
string osVersion
string locale
string screenSize
string appVersion
string appBuild
bool jailbreak

Properties

View Source

AppBuild

Declaration
public string AppBuild { get; }
Property Value
Type Description
string
View Source

AppVersion

Declaration
public string AppVersion { get; }
Property Value
Type Description
string
View Source

Jailbreak

Declaration
public bool Jailbreak { get; }
Property Value
Type Description
bool
View Source

Locale

Declaration
public string Locale { get; }
Property Value
Type Description
string
View Source

Model

Declaration
public string Model { get; }
Property Value
Type Description
string
View Source

OemName

Declaration
public string OemName { get; }
Property Value
Type Description
string
View Source

OsName

Declaration
public string OsName { get; }
Property Value
Type Description
string
View Source

OsVersion

Declaration
public string OsVersion { get; }
Property Value
Type Description
string
View Source

ScreenSize

Declaration
public string ScreenSize { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX