You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to add some parameters on root level, and not in data, buttons, etc. ?
The only way I found is to add one more parameter to sendNotificationToExternalUser, for example and then make an array_merge to have a $param variable with, for example, the following information :
Hi,
How to add some parameters on root level, and not in data, buttons, etc. ?
The only way I found is to add one more parameter to
sendNotificationToExternalUser
, for example and then make an array_merge to have a $param variable with, for example, the following information :See web_url, chrome_web_image and chrome_web_icon, for example.
What do you think about adding a
$body
variable at the end of the method, like this :and, at the end of the functions, make this :
This way, the lib could become gorgeous and can give us a lot of possibilities.
Thanks for your feedbacks,
The text was updated successfully, but these errors were encountered: