processDataMessage( incomingDataMessageValue, [noUI], loading, fromActivationFlow, dataType ) method

Delegate for data message processing details. In the custom case, the user is expected to provide their own implemenation. In the default SUP HybridApp case, this updates values then sets the next screen to navigate to.

Syntax

processDataMessage( incomingDataMessageValue, [noUI], loading, fromActivationFlow, dataType )

Parameters

Name Type Argument Description
incomingDataMessageValue string   The XML formatted string for the incoming message
noUI boolean (optional) true if this has no UI
loading      
fromActivationFlow      
dataType      

Source

hwc-comms.js, line 103.