Skip to content

No possibility to send the Open Push Notification event manually #436

@c-karolpawlik

Description

@c-karolpawlik

Discussed in #433

Originally posted by c-karolpawlik March 7, 2022
Hi,

I'm using the Iterable SDK. And we have configured push notifications as OS Notification (the Iterable doc)
And I need to send the event about clicking on the Iterable push notification in system tray.
I handle it according to firebase doc.

I noticed that you have in your SDK methods trackPushOpen inside class IterableApi. These methods are protected. Can change visibility to public and publish it for users?
If yes, I'd like also have possibility to prepare parameters for that method.. Do you have some methods which extracts parameters from the Intent for trackPushOpen method purposes?

My goal is to get that event on WEB:
image

I tried to send IterableConstants.ACTION_NOTIF_OPENED event with IterableApi.getInstance().track(IterableConstants.ACTION_NOTIF_OPENED,.....). But the result was:
image

I'll be appreciate for your answer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions