ChatInfo
@objc(ZDKChatInfo)
public final class ChatInfo : NSObject, DataConvertible, ReflectedStringConvertible
ZDKChatInfo
contains information about the chat session, such as if there is a chat ongoing.
-
Returns a Boolean value that indicates whether the receiver and a given object are equal.
Declaration
Swift
@objc override public func isEqual(_ object: Any?) -> Bool
Parameters
object
the object to compare against
-
If
true
, chat is currently ongoing for userDeclaration
Swift
@objc public let isChatting: Bool