mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 22:56:57 +02:00
Migrate doug/5035_posthog from MatrixKit.
This commit is contained in:
@@ -161,8 +161,15 @@ extension Analytics {
|
||||
|
||||
/// Track whether the user accepted or declined the terms to an identity server.
|
||||
/// **Note** This method isn't currently implemented.
|
||||
/// - Parameter granted: Pass `true` for accepted and `false` for declined.
|
||||
func trackIdentityServerAccepted(granted: Bool) {
|
||||
/// - Parameter accepted: Whether the terms were accepted.
|
||||
func trackIdentityServerAccepted(_ accepted: Bool) {
|
||||
// Do we still want to track this?
|
||||
}
|
||||
|
||||
/// Track whether the user granted or rejected access to the device contacts.
|
||||
/// **Note** This method isn't currently implemented.
|
||||
/// - Parameter granted: Whether access was granted.
|
||||
func trackContactsAccessGranted(_ granted: Bool) {
|
||||
// Do we still want to track this?
|
||||
}
|
||||
}
|
||||
@@ -196,11 +203,6 @@ extension Analytics: MXAnalyticsDelegate {
|
||||
capture(event: event)
|
||||
}
|
||||
|
||||
/// **Note** This method isn't currently implemented.
|
||||
func trackContactsAccessGranted(_ granted: Bool) {
|
||||
// Do we still want to track this?
|
||||
}
|
||||
|
||||
func trackCreatedRoom(asDM isDM: Bool) {
|
||||
let event = AnalyticsEvent.CreatedRoom(isDM: isDM)
|
||||
capture(event: event)
|
||||
|
||||
Reference in New Issue
Block a user