lytics / ios-sdk

MIT License
0 stars 0 forks source link

Additional Request Body Fields #23

Closed mgacy closed 1 year ago

mgacy commented 1 year ago

Wraps ConsentEvent, Event, and IdentityEvent in Payload, which contains additional fields for timestamp and session start. Adds support for calculating timestamp, determining if a new session has started using LyticsConfiguration.sessionDuration and persisting the last timestamp using UserDefaults.

Closes #15