-
public class ChatPropertyKeyDefines keys for all device specific metadata information. These properties are automatically collected by the sdk before uploading it to Hubspot server
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChatPropertyKey.DeviceModelGets the the model of the device
public classChatPropertyKey.OperatingSystemVersionGets the os version of the device
public classChatPropertyKey.ScreenResolutionGets the resolution for the device including height and width
public classChatPropertyKey.ScreenSizeGets diagonal screen size for the device
public classChatPropertyKey.DeviceOrientationGets screen orientation for the device
public classChatPropertyKey.AppVersionGets current version of the application using this SDK
public classChatPropertyKey.BatteryLevelGets battery level of the device
public classChatPropertyKey.CameraPermissionsGets camera permissions
public classChatPropertyKey.PhotoPermissionsGets photo permissions
public classChatPropertyKey.NotificationPermissionsGets notifications permissions
public classChatPropertyKey.LocationPermissionsGets location permissions
public classChatPropertyKey.PlatformGets the platform
public classChatPropertyKey.PushTokenGets the push token
-
Field Summary
Fields Modifier and Type Field Description private final StringchatPropertyValue
-
Method Summary
Modifier and Type Method Description final StringgetChatPropertyValue()-
-
Method Detail
-
getChatPropertyValue
final String getChatPropertyValue()
-
-
-
-