Class
Messaging
@objc(ZDKMessaging)
open class Messaging: NSObject
Relationships
Conforms To
NSObject
Properties
delegate
@objc public static weak var delegate: MessagingDelegate?
Delegate that allows you to observe user interactions that happen in the SDK.
Methods
messagingViewController()
@objc open func messagingViewController() -> UIViewController
Retrieve a view controller that displays a conversation.
Returns
A UIViewController
instance
getUnreadMessageCount()
@objc open func getUnreadMessageCount() -> Int
Returns the current total number of unread messages.