Skip to content

[android] initialNotification #4

Closed
@gorangajic

Description

@gorangajic

is there a way we can get initialNotification payload like on ios when user click on notification?
I have found in the firebase api that there is a way to specify activity using click_action and handle new activity but I am not sure how to implement that because I am not that much familiar with Android development

<intent-filter>
  <action android:name="OPEN_ACTIVITY_1" />
  <category android:name="android.intent.category.DEFAULT" />
</intent-filter>

btw thank you for this awesome module

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions