Skip to content
Discussion options

You must be logged in to vote

Thanks, ALERTua your hint has put me on the right track to solve my problem.

To get the responses on a mobile app notification, you can use an event trigger to continue working with the response.

Example:
@event_trigger("mobile_app_notification_action")
def monitor_mobile_app_actions(**kwargs):
log.info(f"kwargs={kwargs}")

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ben-kenney
Comment options

Answer selected by EderBrach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants