MoEngageDeviceAttributes

extension MoEngageDeviceAttributes
  • Sets a device attribute with the given name and value.

    Declaration

    Swift

    public static func set(name: String, value: Any, sdkInstance: MoEngageSDKInstance)

    Parameters

    name

    The name of the attribute.

    value

    The value to set for the attribute.

    sdkInstance

    The SDK instance associated with the attribute.