ZendeskSDK Documentation

Class Messaging

@objc(ZDKMessaging)
open class Messaging: NSObject  
Messaging Messaging NSObject NSObject Messaging->NSObject

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

messaging​View​Controller()

@objc open func messagingViewController() -> UIViewController  

Retrieve a view controller that displays a conversation.

Returns

A UIViewController instance

get​Unread​Message​Count()

@objc open func getUnreadMessageCount() -> Int  

Returns the current total number of unread messages.