Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics plugins #26

Merged
merged 5 commits into from
Mar 3, 2025
Merged

Conversation

rnr
Copy link
Contributor

@rnr rnr commented Feb 27, 2025

Added needed protocols for analytics plugins implementation:

moved PushNotificationsProvider protocol to Foundation
moved PushNotificationsListener protocol to Foundation
moved DeepLinkManagerProtocol protocol to Foundation
added extension for Error

@@ -0,0 +1,15 @@
//
// File.swift
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change the filename to DeepLinkManagerProtocol.swift

@@ -0,0 +1,27 @@
//
// File.swift
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change the filename to DeepLinkManagerProtocolMock.swift


import Foundation

public class DeepLinkManagerProtocolMock: DeepLinkManagerProtocol {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it for tests or users?
Can we remove public to hide it from plugin users if it's for tests?

//

import Foundation
import UIKit
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this import for protocol?

@volodymyr-chekyrta volodymyr-chekyrta merged commit 09e601a into openedx:main Mar 3, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants