Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Sep 28, 2023
1 parent 0ccc010 commit ea79585
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ enum class PushClickBehavior {

/**
* Resets the task stack to include the deep-linked activity 'D'.
* - Example 1: Stack (A -> B -> C) becomes (D) if D is the deep-linked activity.
* - Example 2: Stack (A -> B -> C) changes to (A -> D) if D is the deep-linked activity and A is the root of the task stack provided by callback.
* - Example: Stack (A -> B -> C) becomes (D) if D is the deep-linked activity.
* - Example: Stack (A -> B -> C) changes to (A -> D) if D is the deep-linked activity and A is the root of the task stack provided by callback.
*
* This is similar to Android's "Set up a regular activity PendingIntent."
* For more info, see [Android Documentation](https://developer.android.com/develop/ui/views/notifications/navigation#DirectEntry).
Expand Down

0 comments on commit ea79585

Please sign in to comment.