-
Notifications
You must be signed in to change notification settings - Fork 1
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
Small tweaks for DLPaidContent #26
Conversation
@@ -116,7 +116,10 @@ public class RingPublishingTracking { | |||
/// | |||
/// - Parameter events: [Event] | |||
public func reportEvents(_ events: [Event]) { | |||
Logger.log("Reporting generic events, events count: '\(events.count)'") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a potem nie ma logów z tym? bo to jest kolejkowane potencjalnie tez
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zamieniłem to tylko, że wyświetla w pętli log per event linia 121.
Nie rozumiem co rozumiesz przez "jest kolejkowane"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm :)
@@ -116,7 +116,10 @@ public class RingPublishingTracking { | |||
/// | |||
/// - Parameter events: [Event] | |||
public func reportEvents(_ events: [Event]) { | |||
Logger.log("Reporting generic events, events count: '\(events.count)'") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm :)
Set RingPublishingTracking extension as public
Source as optional