Uses of Interface
com.restfb.types.send.MenuItem
-
Packages that use MenuItem Package Description com.restfb.types.send Contains all types that are necessary to interact with Facebook Send API. -
-
Uses of MenuItem in com.restfb.types.send
Classes in com.restfb.types.send that implement MenuItem Modifier and Type Class Description class
DefaultAction
class
NestedButton
class
PostbackButton
Represents the Postback Button typeclass
WebButton
Methods in com.restfb.types.send that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>
NestedButton. getCallToActions()
Top-level menu items that user can interact with.List<MenuItem>
PersistentMenu. getCallToActions()
Top-level menu items that user can interact with.Methods in com.restfb.types.send with parameters of type MenuItem Modifier and Type Method Description void
NestedButton. addCallToAction(MenuItem item)
void
PersistentMenu. addCallToAction(MenuItem item)
-