DeviceAttributeResult

data class DeviceAttributeResult(val attributeName: String, val attributeValue: Any)

Success payload for MoEAnalyticsHelper.setDeviceAttribute(...).

Author

Gowtham KK

Since

10.0.0

Constructors

Link copied to clipboard
constructor(attributeName: String, attributeValue: Any)

Properties

Link copied to clipboard

The name of the device attribute that was tracked.

Link copied to clipboard

The value of the device attribute that was tracked.