Skip to content

Custom AXEvent #226

Closed Answered by Cacsjep
rywager asked this question in Q&A
Apr 8, 2024 · 2 comments · 4 replies
Discussion options

You must be logged in to vote
  1. I was wondering if anyone had any examples of creating a completely custom event that could permeate through the AXIS event system?

The Send Event example provides all the information you need.

You can also check out these SDK page examples.

  1. For the token, do I just pick any 4-digit number?

You can use whatever you want; this is just an example value, e.g., a reference for the event.

  1. My events would involve 4 different pieces of data. Is there a way to send a struct/JSON as part of the event, or do I break this up across multiple entries?

I found it easier to use multiple entries, but you could check out AXEventElementItem. You could also store a JSON in a string entry and par…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@rywager
Comment options

@Cacsjep
Comment options

@rywager
Comment options

@Cacsjep
Comment options

Answer selected by pataxis
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants