BrandMessenger Reference
Overview
The BrandMessenger iOS SDK lets you bring conversations right into your app.
The BrandMessenger class initializes the SDK, and shows the conversation.
An KBMSettings object is passed to the initWithSettings:completionHandler: method to apply configuration options such as the appId, accent color, and notification display time.
The KBMUser class is used to attach custom user properties to each conversation.
The KBMConversation class allows you to send and retrieve messages, as well as set a delegate to respond to important events.
The KBMMessage class provides information about each message in the conversation, including its text, the author’s name, and more.