Commit b0f3563b authored by fengchao's avatar fengchao
Browse files

Merge branch 'develop' into 'main'

Develop

See merge request !20
parents 9f52a432 f902e76b
......@@ -234,8 +234,9 @@ extern "C" {
[keyValuePairs addObject:[NSString stringWithFormat:@"%@:%@", key, value]];
}];
playerInfo.extra = [keyValuePairs componentsJoinedByString:@";"];
}else if ([extraObj isKindOfClass:[NSString class]]) {
playerInfo.extra = (NSString *)extraObj;
}
[sdk report:(EventType)eventType data:playerInfo];
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment