appConstants.json (619B)
1 [ 2 { 3 "namespace": "appConstants", 4 "description": "experimental API to expose some app constants", 5 "functions": [ 6 { 7 "name": "getAndroidPackageName", 8 "type": "function", 9 "description": "", 10 "async": true, 11 "parameters": [] 12 }, 13 { 14 "name": "getEffectiveUpdateChannel", 15 "type": "function", 16 "description": "", 17 "async": true, 18 "parameters": [] 19 }, 20 { 21 "name": "getReleaseBranch", 22 "type": "function", 23 "description": "", 24 "async": true, 25 "parameters": [] 26 } 27 ] 28 } 29 ]