Skip to content

Commit

Permalink
Add parameters and types for yospace observers
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber committed Dec 3, 2024
1 parent 3d99457 commit be68869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ts/YospaceListenerAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ export class YospaceAdListenerAdapter {
Logger.warn('[BYP][listener] onAdvertBreakEarlyReturn not implemented');
}

onSessionError() {
onSessionError(errorCode: SessionErrorCode) {
Logger.warn('[BYP][listener] onSessionError not implemented');
}

onTrackingError() {
onTrackingError(trackingError: TrackingError) {
Logger.warn('[BYP][listener] onTrackingError not implemented');
}

Expand Down

0 comments on commit be68869

Please sign in to comment.