Based on this documentation we should be able to send app data when the action source is set to "app". However, there is no way to do it currently using SDK. Event class here does not expect any app_data field.
Steps/Sample code to reproduce the issue
Observed Results:
To demonstrate more, using playground, if the action_source is set to app, the code generation for Java (and other Languages) looks like this:
expected result :
Which SDK version are you using?
16.0.0
What's the issue?
Based on this documentation we should be able to send app data when the action source is set to "app". However, there is no way to do it currently using SDK. Event class here does not expect any app_data field.
Steps/Sample code to reproduce the issue
Observed Results:
To demonstrate more, using playground, if the
action_source
is set toapp
, the code generation for Java (and other Languages) looks like this: expected result :generated code :
nowhere in the code is referenced to
app_data
generation part.Expected Results:
implementation of
app_data
in java sdk