MPIPayload

public class MPIPayload : Codable

MPIPayload stores a msgID and data required for an event as a string and a msgID

  • Required public initialization to decode for data and msgID of the MPIPayload object

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Encode the MPIPayload object to a description string

    Declaration

    Swift

    public var description: String { get }