How exactly would you use events and challenge events? I understand that one uses LogEvent and another uses LogChallengeEvent but why you would want to separate out your code this way kinda eludes me. Can someone help post a simple usage example?
Best Answer
A
Ayyappa R
said
almost 8 years ago
LogChallengeEvent is nothing special from LogEvent except it has extra info "challengeInstanceId", which is pretty handy when writing cloud script.
I usually use LogChallengeEvent to make sure I separate the challenge cloud code. I can use just LogEvent and do the same task but in short, it looks its just added for ease of use.
1 Comment
A
Ayyappa R
said
almost 8 years ago
Answer
LogChallengeEvent is nothing special from LogEvent except it has extra info "challengeInstanceId", which is pretty handy when writing cloud script.
I usually use LogChallengeEvent to make sure I separate the challenge cloud code. I can use just LogEvent and do the same task but in short, it looks its just added for ease of use.
Lam Kok Weng
Hi,
How exactly would you use events and challenge events? I understand that one uses LogEvent and another uses LogChallengeEvent but why you would want to separate out your code this way kinda eludes me. Can someone help post a simple usage example?
LogChallengeEvent is nothing special from LogEvent except it has extra info "challengeInstanceId", which is pretty handy when writing cloud script.
I usually use LogChallengeEvent to make sure I separate the challenge cloud code. I can use just LogEvent and do the same task but in short, it looks its just added for ease of use.
Ayyappa R
LogChallengeEvent is nothing special from LogEvent except it has extra info "challengeInstanceId", which is pretty handy when writing cloud script.
I usually use LogChallengeEvent to make sure I separate the challenge cloud code. I can use just LogEvent and do the same task but in short, it looks its just added for ease of use.
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics