public interface

ChatWindowMenu

com.salesforce.android.chat.core.model.ChatWindowMenu

Class Overview

Model that represents a menu received from a ChatBot.

Summary

Nested Classes
interface ChatWindowMenu.MenuItem Model that represents a menu item. 
Public Methods
abstract String getHeaderText()
Get the header text of a menu.
abstract MenuItem[] getMenuItems()
Get a list of menu items that belong to this menu.
abstract Date getTimestamp()
The date and time that this menu was received from the ChatBot.

Public Methods

public abstract String getHeaderText ()

Get the header text of a menu.

Returns
  • Header text

public abstract MenuItem[] getMenuItems ()

Get a list of menu items that belong to this menu.

Returns

public abstract Date getTimestamp ()

The date and time that this menu was received from the ChatBot.

Returns
  • Received date and time