Skip to content

Commit

Permalink
Fix event name corresponding to trackComplete() API from mediacomplet…
Browse files Browse the repository at this point in the history
…e to complete and have platform parity
  • Loading branch information
Arjun Bhadra authored and Arjun Bhadra committed Jul 16, 2021
1 parent adcc340 commit 0a4d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AEPMedia/Sources/MediaConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ internal extension MediaConstants {
static let SESSION_END = "sessionend"
static let PLAY = "play"
static let PAUSE = "pause"
static let COMPLETE = "mediacomplete"
static let COMPLETE = "complete"
static let BUFFER_START = "bufferstart"
static let BUFFER_COMPLETE = "buffercomplete"
static let SEEK_START = "seekstart"
Expand Down

0 comments on commit 0a4d300

Please sign in to comment.