Skip to content

Commit

Permalink
Merge pull request #15 from tidepool-org/ps2/LOOP-4688/diy-sync
Browse files Browse the repository at this point in the history
DIY Sync
  • Loading branch information
ps2 authored Aug 9, 2023
2 parents d23d423 + cad6120 commit c38f96b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AmplitudeServiceKit/AmplitudeService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ extension AmplitudeService: AnalyticsService {
public func recordIdentify(_ property: String, value: String) {
client?.identify(AMPIdentify().set(property, value: value as NSString))
}

public func recordIdentify(_ property: String, array: [String]) {
client?.identify(AMPIdentify().set(property, value: array as NSArray))
}
}

extension KeychainManager {
Expand Down

0 comments on commit c38f96b

Please sign in to comment.