SkillzMatchDelegate Interface Reference
You should implement this interface as part of one of your Game Objects. The instance of this object should persist for the lifetime of your game, once you've launched Skillz. More...
Inheritance diagram for SkillzMatchDelegate:

Public Member Functions | |
void | OnMatchWillBegin (Match matchInfo) |
This method is called when a user starts a match from Skillz This method is required to impelement. More... | |
void | OnSkillzWillExit () |
This method is called when a user exits the Skillz experience (via Menu -> Exit) This method is optional to impelement. This method is usually used only if your game has its own Main Menu. More... | |
Detailed Description
You should implement this interface as part of one of your Game Objects. The instance of this object should persist for the lifetime of your game, once you've launched Skillz.
Member Function Documentation
void SkillzMatchDelegate.OnMatchWillBegin | ( | Match | matchInfo | ) |
This method is called when a user starts a match from Skillz This method is required to impelement.
void SkillzMatchDelegate.OnSkillzWillExit | ( | ) |
This method is called when a user exits the Skillz experience (via Menu -> Exit) This method is optional to impelement. This method is usually used only if your game has its own Main Menu.
The documentation for this interface was generated from the following file:
- /Users/Shared/jenkins-slave/workspace/SDK-OLD/Cross-Platform-SDK/Cross-Platform-Unity-Package/UnityTestApps/Unity/Assets/Skillz/SkillzMatchDelegate.cs