Class DeviceInfoConstants
Inheritance
System.Object
DeviceInfoConstants
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: Appearition.Analytics
Assembly: Appearition.SDK.dll
Syntax
public static class DeviceInfoConstants
Fields
View SourceDEVICE_INFO_BATTERY_LEVEL
Declaration
public const string DEVICE_INFO_BATTERY_LEVEL = "BATTERY_LEVEL"
Field Value
Type | Description |
---|---|
System.String |
DEVICE_INFO_BATTERY_STATUS
Declaration
public const string DEVICE_INFO_BATTERY_STATUS = "BATTERY_STATUS"
Field Value
Type | Description |
---|---|
System.String |
DEVICE_INFO_MODEL
Declaration
public const string DEVICE_INFO_MODEL = "DEVICE_MODEL"
Field Value
Type | Description |
---|---|
System.String |
DEVICE_INFO_NAME
Declaration
public const string DEVICE_INFO_NAME = "DEVICE_NAME"
Field Value
Type | Description |
---|---|
System.String |
DEVICE_INFO_OS
Declaration
public const string DEVICE_INFO_OS = "DEVICE_OPERATING_SYSTEM"
Field Value
Type | Description |
---|---|
System.String |
DEVICE_INFO_SUPPORT_GYRO
Declaration
public const string DEVICE_INFO_SUPPORT_GYRO = "SUPPORTS_GYRO"
Field Value
Type | Description |
---|---|
System.String |
DEVICE_INFO_SUPPORT_LOCATION
Declaration
public const string DEVICE_INFO_SUPPORT_LOCATION = "SUPPORTS_LOCATION"
Field Value
Type | Description |
---|---|
System.String |
DEVICE_SCREEN_HEIGHT
Declaration
public const string DEVICE_SCREEN_HEIGHT = "SCREEN_HEIGHT"
Field Value
Type | Description |
---|---|
System.String |
DEVICE_SCREEN_WIDTH
Declaration
public const string DEVICE_SCREEN_WIDTH = "SCREEN_WIDTH"
Field Value
Type | Description |
---|---|
System.String |