AgentInfo

public class AgentInfo : Codable

Represents package, build and release information about a Coaty agent.

Agent information is generated when the agent project is build and can be used at run time, e.g. for logging, display, or configuration.

Attributes.

Initializers.

Codable methods.

  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws