Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Token’ları RMC sistemine kaydetmek için alttaki kodu projenize ekleyin.

addEventListener('register', async (token) => {
      const subscribeResult = await euroMessageApi.subscribe(token)
 
      visilabsApi.register(token, (result) => {
        
      })
      
    }, (notificationPayload) => {
      console.log('notification payload', notificationPayload)
    }, euroMessageApi)
  • No labels