@arkadiuminc/sdk
Advanced tools
Comparing version 2.16.0 to 2.16.1
@@ -107,2 +107,3 @@ import { RpcProvider } from '../../core/rpc'; | ||
/** | ||
* @deprecated | ||
* User made first match (for match-3, mahjongg and other applicable games) | ||
@@ -112,2 +113,7 @@ */ | ||
/** | ||
* User made first match (for match-3, mahjongg and other applicable games) | ||
*/ | ||
sendFirstMatchEvent(dimensions?: DimensionsObject): void; | ||
/** | ||
* @deprecated | ||
* User made first shot (for shooters and other applicable games) | ||
@@ -117,2 +123,6 @@ */ | ||
/** | ||
* User made first shot (for shooters and other applicable games) | ||
*/ | ||
sendFirstShotEvent(dimensions?: DimensionsObject): void; | ||
/** | ||
* Users started new Round (Level). First round is Round 1 (not 0) (applicable for games with evergreen logic, not infinite games - before Nest changes to gameplay) | ||
@@ -119,0 +129,0 @@ */ |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "2.16.0", | ||
"version": "2.16.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -35,5 +35,5 @@ # Arkadium SDK | ||
- Analytics | ||
- [App Insights](TODO) | ||
- [App Insights](https://arkadium.atlassian.net/wiki/spaces/PhoenixGames/pages/23897655/AppInsights+game+integration) | ||
- [Standardized Spec for every game](https://arkadium.atlassian.net/wiki/spaces/DepartmentBusinessOperations/pages/23675756/Standardized+Spec+for+every+game+-+GA+AppInsights) | ||
- [AppInsight stamper](https://arkadium.atlassian.net/wiki/spaces/PhoenixGames/pages/23993424/AppInsight+stamper) | ||
- [Adaptive Sampling Implementation](https://arkadium.atlassian.net/wiki/spaces/PhoenixGames/pages/23897949/Adaptive+Sampling+Implementation) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46569
1078