Skip to content

Commit

Permalink
Merge pull request #170 from jpelgrom/android-actions-behavior
Browse files Browse the repository at this point in the history
Include action behavior key in Android function
  • Loading branch information
dshokouhi authored Oct 31, 2024
2 parents 36de713 + a29ff57 commit 0556260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ module.exports = {
if (action.uri){
payload.data["action_"+(i+1)+"_uri"] = action.uri;
}
if (action.behavior){
payload.data["action_"+(i+1)+"_behavior"] = action.behavior;
}
}
}

Expand Down

0 comments on commit 0556260

Please sign in to comment.