add synchro callbacks

This commit is contained in:
Peter Maquiran
2021-08-31 09:16:59 +01:00
parent f9e031254f
commit ca4f9e47de
2 changed files with 28 additions and 11 deletions
+11
View File
@@ -162,6 +162,17 @@ export class HomePage implements OnInit {
}
)
synchro.registerCallback('Online',()=>{
})
synchro.registerCallback('Offline',()=>{
})
synchro.registerCallback('Notification', (DataArray)=> {