Properties
The kony.actionExtensions namespace provides the following properties.
kony.actionExtensions.view Property
Holds the current extension view.
Syntax
kony.actionExtensions.view;
Type
UIView
Read/Write
Read only.
Example
//Sample code
var myView = kony.actionExtensions.view; myView.addSubView(button);
Platform Availability
iOS.