snowplow / snowplow-ios-tracker

Snowplow event tracker for Swift and Objective-C. Add analytics to your iOS, macOS, tvOS and watchOS apps and games
http://snowplow.io
Apache License 2.0
81 stars 93 forks source link

Fix non-published constructor for MediaPlaybackRateChangeEvent #884

Closed matus-tomlein closed 6 months ago

matus-tomlein commented 6 months ago

Describe the bug The MediaPlaybackRateChangeEvent does not have any public constructors and thus can't be initialized.

Expected behavior Add a public constructor.