-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from rajnishdargan/release-1.0.0
Issue #PS-2775 feat : V1 Player Telemetry (PS-2775) & Telemetry Service Integration (PS-2733)
- Loading branch information
Showing
6 changed files
with
70 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
public/sunbird-plugins/renderer/org.sunbird.iframeEvent-1.0/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "org.sunbird.iframeEvent", | ||
"ver": "1.0", | ||
"author": "Manjunath Davanam", | ||
"type": "widget", | ||
"title": "eventreader", | ||
"description": "Reading Telemetry event from the canvas", | ||
"renderer": { | ||
"main": "renderer/plugin.js" | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
public/sunbird-plugins/renderer/org.sunbird.iframeEvent-1.0/renderer/plugin.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters