bbb
This commit is contained in:
parent
ecb0d7ff95
commit
5b17829d30
5 changed files with 12 additions and 17 deletions
|
@ -2609,6 +2609,8 @@ const strid = document.getElementById('strid').innerHTML;
|
|||
|
||||
beamsClient.start()
|
||||
.then((beamsClient) => beamsClient.getDeviceId())
|
||||
.then(() => beamsClient.addDeviceInterest(`${strid}`))
|
||||
.then(() => beamsClient.addDeviceInterest(strid))
|
||||
.then(() => beamsClient.getDeviceInterests())
|
||||
.catch(console.error);
|
||||
.catch(console.error);
|
||||
|
||||
Android.Subscribe(strid);
|
Loading…
Add table
Add a link
Reference in a new issue