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
objectDeclaration
Swift
public required init(from decoder: Decoder) throws
-
Encode the
MPIPayload
object to a description stringDeclaration
Swift
public var description: String { get }