MessageReceipt
public class MessageReceipt : NSObject
Undocumented
-
Undocumented
See moreDeclaration
Swift
@objc public enum ReceiptType : Int
-
Undocumented
Declaration
Swift
@objc public var receiverId: String
-
Undocumented
Declaration
Swift
@objc public var receiverType: CometChat.ReceiverType
-
Undocumented
Declaration
Swift
@objc public var messageId: String
-
Undocumented
Declaration
Swift
@objc public var sender: User?
-
Undocumented
Declaration
Swift
@objc public var receiptType: MessageReceipt.ReceiptType
-
Undocumented
Declaration
Swift
@objc public var timeStamp: Int
-
Undocumented
Declaration
Swift
@objc public var deliveredAt: Double
-
Undocumented
Declaration
Swift
@objc public var readAt: Double
-
Undocumented
Declaration
Swift
@objc public init(messageId: String, sender: User, receiverId: String, receiverType: CometChat.ReceiverType, receiptType: ReceiptType, timeStamp: Int)
-
Undocumented
Declaration
Swift
@objc public func stringValue() -> String