ScoreflexEvent
Events
-
ScoreflexChallengeEvent
-
ScoreflexEvent to indicate the player wants to play a challenge. The game associated with the challenge should be started.
- Source:
Properties:
Name Type Description name
string "challenge"
challenge
module:Scoreflex.SDK.ChallengeInstance The Challenge object
-
ScoreflexPlayerEvent
-
ScoreflexEvent to indicate the current player has been set or reset.
- Source:
- See:
Properties:
Name Type Description name
string "player"
player
module:Scoreflex.SDK.Player The current player
anonymous
boolean "true" if the player is anonymous, "false" otherwise.
-
ScoreflexPlayEvent
-
ScoreflexEvent to indicate the player wants to play a leaderboard. The game associated to the leaderboard should be started.
- Source:
Properties:
Name Type Description name
string "play"
leaderboard
module:Scoreflex.SDK.Leaderboard The Leaderboard object
-
ScoreflexSessionEvent
-
ScoreflexEvent to indicate SDK initialization state.
- Source:
- See:
Properties:
Name Type Description name
string "session"
state
module:Scoreflex.SessionState The sesssion initialization state