-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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 supports EventProperty::TYPE_STRING_ARRAY in EventProperty GetEventProperty(JNIEnv* env, const jobject& jEventProperty). However, I don't understand how void Logger::LogEvent(EventProperties const& properties) works in lib\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?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested