Questions tagged [web-messaging-api]

3 questions
1
vote
1 answer

Does a "message" event handler process messages in a serial or concurrent fashion?

If some page A sends a sequence of messages to page B that listens for and handles them, does the event listener process those messages in a serial fashion? If it does so in concurrent fashion, I have to be careful about data races, don't I? In…
jub0bs
  • 60,866
  • 25
  • 183
  • 186
0
votes
0 answers

Accessing flutter window hierarchy from InAppWebView

I am new to Flutter and I am writing an application that hosts a non-flutter website within InAppWebView. I'm currently using web messages to post messages from my React website into Flutter using the example mentioned…
Anil
  • 2,430
  • 3
  • 37
  • 55
0
votes
1 answer

Which token do i need to use genesys web-messaging-java sdk?

I'm trying to use https://developer.genesys.cloud/api/rest/client-libraries/web-messaging-java/ sdk in a custom java app. I developed the application following the instructions, however, when I run the application I receive the error: 403…
Premier
  • 4,160
  • 6
  • 44
  • 58