MoEngageSetDeviceAttributeResult

@objc
public final class MoEngageSetDeviceAttributeResult : NSObject, @unchecked Sendable

Success payload for MoEngageSDKAnalytics.setDeviceAttribute(...).

  • The attribute name that was set.

    Declaration

    Swift

    @objc
    public let attributeName: String
  • The attribute value that was accepted.

    Declaration

    Swift

    @objc
    public let attributeValue: Any