mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Analytics | Add support for super properties and appPlatform
This commit is contained in:
@@ -53,4 +53,11 @@ protocol AnalyticsClientProtocol {
|
||||
/// be a delay when updating user properties as these are cached to be included
|
||||
/// as part of the next event that gets captured.
|
||||
func updateUserProperties(_ userProperties: AnalyticsEvent.UserProperties)
|
||||
|
||||
|
||||
/// Updates the user properties.
|
||||
/// Super properties added to all captured events and screen.
|
||||
/// - Parameter superProperties: The properties event to capture.
|
||||
func updateSuperProperties(_ event: AnalyticsEvent.SuperProperties)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user