PartialMessageReceivedEventArgs

public struct PartialMessageReceivedEventArgs

Event arguments that represent partial message chunks for an incomplete large message

  • id

    The message’s ID

    Declaration

    Swift

    public let id: UInt16
  • The message’s category

    Declaration

    Swift

    public let category: UInt16
  • The number of chunks received so far for this message

    Declaration

    Swift

    public let numChunksReceived: UInt16
  • The total number of chunks expected to receive for this message

    Declaration

    Swift

    public let totalChunks: UInt16
  • Declaration

    Swift

    public init(id: UInt16, category: UInt16, numChunksReceived: UInt16, totalChunks: UInt16)