You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Activities should provide a Log and automatically send Analytics events based on the activity type and duration. Note: find a way to differentiate UserActivity and BackgroundActivity...
DispatchWorkItem == NSOperation
DispatchGroup == NSOperationQueue
Tasks = [Activity, Daemon]
Screens == UserActivity
Daemons == BackgroundActivity
Manage Activity as in Screen, but also Activity as in Operation (what the user sees, vs what the user OR APP does)
Action vs Interaction?
Use Operations to navigate through Screens and Daemons
The text was updated successfully, but these errors were encountered:
Activities
should provide aLog
and automatically sendAnalytics
events based on the activity type and duration. Note: find a way to differentiateUserActivity
andBackgroundActivity
...The text was updated successfully, but these errors were encountered: