| 123456789101112131415161718 |
- var __native = {
- /** @type {function()} */
- logout: function() {},
- /** @type {function()} */
- readSmsPermission: function() {},
- /** @type {function():string} */
- getSms: function() {},
- /** @type {function():string} */
- getStatic: function() {},
- /** @type {function(string)} */
- setCurrentChannel: function(chanId) {},
- /** @type {function(string, boolean, boolean)} */
- setTitle: function(title, favEnabled, isFavorite) {}
- };
- /** @type {boolean} */
- var IS_LOCAL;
|