SDK Installation
Ionic
CTA Callback
1min
cta configuration cooee plugin supports callback when a user performs any action on in app notifications & push notifications by returning an object of key value pairs check for more call to action docid\ kj yz ltdt72n4aqtvvqr for your industry type implements the cooeectalistener somewhere in your global code and override the following method function addctaobserver() { const observable = cooee addcooeectalistener(); observable subscribe(response => { if (!response || response length === 0) { return; } if (response actiontype === 'view item') { // fetch response item and navigate user to that item } else if (response actiontype === "go to screen") { // use response screenname and nevigate user to given screen } }); }