Closed comio closed 1 year ago
Hi Erez,
I noticed that calling parse() the m_actionField is not update. I don't know if this is a your choice or just a missing line of code.
Kindly, can you check this? ciao
luigi
Hi Luigi,
Thanks you for the feedback.
The parsed message action field is saved in m_replyAction
.
The user/developer can fetch the value with the getReplyAction()
method.
We try to separate parsed values from parameters set by user/developer.
The m_sendAction
parameter is used during build.
And the user/developer can set it with the setAction(...)
method.
Please do not hesitate to challenge, find bugs and suggest changes.
Thank you Erez Geva
Hi Erez,
I noticed that calling parse() the m_actionField is not update. I don't know if this is a your choice or just a missing line of code.
Kindly, can you check this? ciao
luigi