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

Finish group controller #34

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

VladyslavAnokhin
Copy link
Contributor

Changes

Added controller which finishes group in case of:

  • hard timeout
  • all items have been processed
  • max search time

JIRA Ticket

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


final class FinishVRMGroupProcessingController {
let dispatch: (PlayerCore.Action) -> ()
var finishedGroupIds = Set<VRMCore.Group.ID>()
Copy link
Contributor

Choose a reason for hiding this comment

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

private?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure

AndriiMoskvin
AndriiMoskvin previously approved these changes Jan 22, 2019
@vvp-sdk-bot
Copy link

vvp-sdk-bot commented Jan 22, 2019

Current coverage for PlayerCore.framework is 54.91%

No files affecting coverage found


Current coverage for VerizonVideoPartnerSDK.framework is 36.33%

Files changed - -
VVPSDK.swift 0.00% 💀
FinishVRMGroupProcessingController.swift 26.32% 🚫
StartVRMGroupProcessingController.swift 37.50% 🚫

Powered by xcov

Generated by 🚫 Danger

@VladyslavAnokhin VladyslavAnokhin force-pushed the OMSDK-2153/finish-group-contorller branch from b325844 to ebb0e40 Compare January 22, 2019 15:10
@VladyslavAnokhin VladyslavAnokhin merged commit 1ee3246 into master Jan 22, 2019
@VladyslavAnokhin VladyslavAnokhin deleted the OMSDK-2153/finish-group-contorller branch January 22, 2019 15:53
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

3 participants