this.isProcessed() method

Gets whether this message has been processed or not.

A message is generally marked as processed once the user submits changes from the hybrid app that was launched from the message.

Syntax

<static> this.isProcessed() → {boolean}

Returns

True if this message has been processed, false otherwise.

Type:

boolean

Source

hwc-api.js, line 2550.