Search
Link Search Menu Expand Document
Kony Quantum is now HCL Volt MX. See Revised Terminology. Current Quantum users, see the important note about API naming.

Properties

The voltmx.actionExtensions namespace provides the following properties.

voltmx.actionExtensions.view Property

Holds the current extension view.

Syntax

voltmx.actionExtensions.view;

Type

UIView

Read/Write

Read only.

Example

//Sample code  
var myView = voltmx.actionExtensions.view;
myView.addSubView(button);

Platform Availability

iOS.