public static interface

ChatFooterMenu.MenuItem

com.salesforce.android.chat.core.model.ChatFooterMenu.MenuItem

Class Overview

Model that represents a menu item.

Summary

Public Methods
abstract String getDialogId()
The unique ID that represents the footer menu item.
abstract int getIndex()
The index value of this menu item within the footer menu.
abstract String getText()
The label text of the menu item that should be displayed to the user.

Public Methods

public abstract String getDialogId ()

The unique ID that represents the footer menu item. This value is used in conjunction with getIndex() ()} when sending menu item selections to the agent.

public abstract int getIndex ()

The index value of this menu item within the footer menu. This value is used in conjunction with getDialogId() when sending menu item selections to the agent.

Returns
  • The index value of the menu item

public abstract String getText ()

The label text of the menu item that should be displayed to the user.