()
| 22 | |
| 23 | export default class GmailIntegration { |
| 24 | constructor() { |
| 25 | this.id = getUUID(); |
| 26 | this.port = null; |
| 27 | this.editorBtnRoot = null; |
| 28 | this.editorBtn = null; |
| 29 | this.selectedMsgs = null; |
| 30 | this.userInfo = null; |
| 31 | this.updateElements = this.updateElements.bind(this); |
| 32 | } |
| 33 | |
| 34 | init() { |
| 35 | this.establishConnection(); |