ActionItem Object
An ActionItem
object is used together with the ActionSheet
object to implement Action Sheets on iOS. It functions as a menu item in a group of menu items.
Overview
You create an ActionItem
object by using the kony.ui.ActionItem function. At the time you create the ActionItem
object, you specify a callback function that is automatically invoked when the user selects the particular ActionItem
.
After you call the kony.ui.ActionItem
function and instantiate an ActionItem
object, you can enable or disable it with the ActionItem
object's enable property.