-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.sdk_metadata.json
More file actions
33 lines (33 loc) · 1.1 KB
/
.sdk_metadata.json
File metadata and controls
33 lines (33 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": 1,
"sdks": {
"android": {
"name": "Android SDK",
"type": "client-side",
"languages": [
"Java", "Kotlin"
],
"userAgents": ["AndroidClient"],
"features": {
"allFlags": { "introduced": "1.0" },
"appMetadata": { "introduced": "3.6" },
"autoEnvAttrs": { "introduced": "5.0" },
"bigSegments": { "introduced": "1.0" },
"contexts": { "introduced": "4.0" },
"experimentation": { "introduced": "2.9" },
"flagChanges": { "introduced": "1.0" },
"hooks": { "introduced": "5.8" },
"inlineContextCustomEvents": { "introduced": "5.7" },
"multiEnv": { "introduced": "2.6" },
"offlineMode": { "introduced": "1.0" },
"perContextSummaryEvents": { "introduced": "5.11.0" },
"pluginSupport": { "introduced": "5.9" },
"privateAttrs": { "introduced": "2.2" },
"relayProxyProxy": { "introduced": "1.0" },
"testDataSource": { "introduced": "4.0" },
"track": { "introduced": "1.0" },
"variationDetail": { "introduced": "2.7" }
}
}
}
}