Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Moved wrapper processing from item controller to processing controller #49

Merged
merged 1 commit into from
Jan 31, 2019

Conversation

VladyslavAnokhin
Copy link
Contributor

Changes

This change will help to detect ad-engine-request

@VerizonAdPlatforms/video-partner-sdk-developers: Please review.

@vvp-sdk-bot
Copy link

vvp-sdk-bot commented Jan 31, 2019

1 Warning
⚠️ This PR does not have any reviewers yet.

Current coverage for PlayerCore.framework is 54.81%

No files affecting coverage found


Current coverage for VerizonVideoPartnerSDK.framework is 36.35%

Files changed - -
VVPSDK.swift 0.00% 💀
VRMProcessingController.swift 75.00% ⚠️
VRMItemController.swift 85.71%

Powered by xcov

Generated by 🚫 Danger

balavor
balavor previously approved these changes Jan 31, 2019
dispatch(VRMCore.timeoutError(item: item))
} else if case .inline(let vast) = result.vastModel {
dispatch(VRMCore.selectInlineVAST(item: item, inlineVAST: vast))
} else if case .wrapper(let wrapper) = result.vastModel {
dispatch(VRMCore.unwrapItem(item: item, url: wrapper.tagURL))
guard let count = scheduledVRMItems[item]?.count else {
assertionFailure("try to unwrap item, which wasn't started")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fatalError vs assertionFailure? What is the difference?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the assertions are ignored in release builds

AndriiMoskvin
AndriiMoskvin previously approved these changes Jan 31, 2019
@VladyslavAnokhin VladyslavAnokhin merged commit 6b78c03 into master Jan 31, 2019
@VladyslavAnokhin VladyslavAnokhin deleted the OMSDK-2163/add-vrm-processing-detector branch January 31, 2019 17:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants