Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
internetisaiah authored Sep 9, 2024
1 parent fcd5c7e commit aa803f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ With notification action buttons, `BRAZE_PUSH_INTENT_NOTIFICATION_OPENED` intent
{% endalert %}

{% alert important %}
Create your push notification listener in `Application.onCreate` to ensure your listener is trigger after an end-user taps a notification while your app is in a terminated state.
Create your push notification listener in `Application.onCreate` to ensure your listener is triggered after an end-user taps a notification while your app is in a terminated state.
{% endalert %}
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ When using the automatic push integration, `subscribeToUpdates(_:)` is the only
{% endalert %}
{% alert tip %}
Create your push notification subscription in `application(_:didFinishLaunchingWithOptions:)` to ensure your subscription is trigger after an end-user taps a notification while your app is in a terminated state.
Create your push notification subscription in `application(_:didFinishLaunchingWithOptions:)` to ensure your subscription is triggered after an end-user taps a notification while your app is in a terminated state.
{% endalert %}
## Testing {#push-testing}
Expand Down

0 comments on commit aa803f8

Please sign in to comment.