Skip to content

Commit

Permalink
Merge pull request #16 from TeachMeInc/IHG-24
Browse files Browse the repository at this point in the history
Ihg 24
  • Loading branch information
jordanranson authored Oct 10, 2024
2 parents fc80565 + 2b32ab0 commit 283de8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/html5/src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export type MessageEventName =
'swag.displayAd' |
'swag.displayShareDialog' |
'swag.userLogout' |
'swag.getRelatedGames';
'swag.getRelatedGames' |
'swag.captureEvent';

export interface MessagePayload {
eventName: MessageEventName;
Expand Down

0 comments on commit 283de8b

Please sign in to comment.