Show / Hide Table of Contents

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 Source

AppCenterDeviceModel(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 Source

AppBuild

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

AppVersion

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

Jailbreak

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

Locale

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

Model

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

OemName

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

OsName

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

OsVersion

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

ScreenSize

Declaration
public string ScreenSize { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX