Skip to content

How does the SDK send array types? #1247

@theta3

Description

@theta3

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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions