We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9d0f8 commit 2b8b8ceCopy full SHA for 2b8b8ce
2 files changed
examples/demo/src/hooks/useOneSignal.ts
@@ -170,7 +170,7 @@ export function useOneSignal(): UseOneSignalReturn {
170
};
171
172
const handleIamClick = (e: InAppMessageClickEvent) => {
173
- console.log(`IAM click: ${e.result.actionId ?? 'unknown'}`);
+ console.log(`IAM click: ${e.message.messageId}`);
174
175
176
const handleNotificationClick = (e: NotificationClickEvent) => {
examples/demo_pods/src/hooks/useOneSignal.ts
0 commit comments