* Called when a socket notification arrives. * @param {string} notification The identifier of the notification. * @param {object} payload The payload of the notification.
(notification, payload)
| 182 | * @param {object} payload The payload of the notification. |
| 183 | */ |
| 184 | socketNotificationReceived (notification, payload) { |
| 185 | Log.log(`${this.name} received a socket notification: ${notification} - Payload: ${payload}`); |
| 186 | } |
| 187 | |
| 188 | /** |
| 189 | * Called when the module is hidden. |
no outgoing calls
no test coverage detected