How does the SDK send array types? #1256
theta3
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, I can see
lib\android_build\maesdk\src\main\java\com\microsoft\applications\events\EventPropertyStringArrayValue.java
, and on the cpp side,lib\jni\JniConvertors.cpp
supportsEventProperty::TYPE_STRING_ARRAY
inEventProperty GetEventProperty(JNIEnv* env, const jobject& jEventProperty)
. However, I don't understand howvoid Logger::LogEvent(EventProperties const& properties)
works inlib\api\Logger.cpp
?How does the
properties
variable interact with::CsProtocol::Record record;
and where are array types serialized to be sent to the server?Beta Was this translation helpful? Give feedback.
All reactions