native.js 406 B

12345678910111213141516
  1. var __native = {
  2. /** @type {function()} */
  3. logout: function() {},
  4. /** @type {function(string)} */
  5. readSmsPermission: function(onResult) {},
  6. /** @type {function():string} */
  7. getSms: function() {},
  8. /** @type {function():string} */
  9. getSmsConversations: function() {},
  10. /** @type {function():string} */
  11. getStatic: function() {},
  12. };
  13. /** @type {boolean} */
  14. var IS_LOCAL;