Leadtools.Ccow Namespace > ContextAction Object : Perform Method |
function Leadtools.Ccow.ContextAction.perform( cpCallBackURL , cpErrorURL , participantCoupon , inputNames , inputValues , appSignature )
Parameter | Type | Description |
---|---|---|
cpCallBackURL | string | The URL that the context participant should be redirected to when the action is completed. |
cpErrorURL | string | The URL that the context participant should be redirected to when an error occurred while performing the action. |
participantCoupon | int | The participant coupon of the application received from JoinCommonContext. |
inputNames | string | The item names for the context action. |
inputValues | string | The item values for the context action. |
appSignature | string | The digital signature of the application. |
Type | Description |
---|---|
ContextActionData | The context action data. |