29 lines
619 B
JSON
29 lines
619 B
JSON
[
|
|
{
|
|
"namespace": "appConstants",
|
|
"description": "experimental API to expose some app constants",
|
|
"functions": [
|
|
{
|
|
"name": "getAndroidPackageName",
|
|
"type": "function",
|
|
"description": "",
|
|
"async": true,
|
|
"parameters": []
|
|
},
|
|
{
|
|
"name": "getEffectiveUpdateChannel",
|
|
"type": "function",
|
|
"description": "",
|
|
"async": true,
|
|
"parameters": []
|
|
},
|
|
{
|
|
"name": "getReleaseBranch",
|
|
"type": "function",
|
|
"description": "",
|
|
"async": true,
|
|
"parameters": []
|
|
}
|
|
]
|
|
}
|
|
]
|