public interface

ChatWindowButtonMenu

com.salesforce.android.chat.core.model.ChatWindowButtonMenu

Class Overview

A chat window button menu provides quick reply selection options provided via onChatButtonMenuReceived(ChatWindowButtonMenu). To select a button from the menu, pass the item's array index getIndex() to sendButtonSelection(int).

Summary

Nested Classes
interface ChatWindowButtonMenu.Button Model that represents a button from the button menu. 
Public Methods
abstract Button[] getButtons()
Get a list of the buttons that belong to this menu.

Public Methods

public abstract Button[] getButtons ()

Get a list of the buttons that belong to this menu.

Returns