MessageReviewInfo

@objc(SBDMessageReviewInfo)
public class MessageReviewInfo : NSObject, Codable

An object that represents the information about message review history

Since

4.12.0
  • The review status information for messages that are changed via the rule engine. default is .none

    Declaration

    Swift

    @objc
    public let status: MessageReviewStatus
  • An object that represents the information about original message

    Declaration

    Swift

    @objc
    public let originalMessageInfo: OriginalMessageInfo?
  • Encodes this object.

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder instance

  • Default constructor.

    Declaration

    Swift

    required public init(from decoder: Decoder) throws

    Parameters

    decoder

    Decoder instance