Release notes v0.4.46: Improving contextualized notifications

·
Baptiste
·kjzl6cwe1jw1-w21y4ny3j6ph

Hey everyone!

We updated the SDK on Friday to improve the way contextualized notifications work. Developers can now query notifications generated from their app easily.

We updated the documentation for the following functions:

Here is a quick example of how it works to query notifications created from your own context for example:

orbis.getNotifications({  
  type: 'social',  
  context: 'kjzl6cw---xejbmcp'  
});  

This is already implemented in the latest version of the open-source repository for this forum here.

Let me know if you have any questions!

Be the first to leave a comment here.