Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
data-types/digital_activity_types.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
56 lines (42 sloc)
809 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- id: 1 | |
name: Played game | |
slug: played_game | |
- id: 2 | |
name: Watched video | |
slug: watched_video | |
- id: 3 | |
name: Visited website | |
slug: visited_website | |
- id: 4 | |
name: Opened app | |
slug: opened_app | |
- id: 5 | |
name: Unlocked device | |
slug: unlocked_device | |
- id: 6 | |
name: Took photo | |
slug: took_photo | |
- id: 7 | |
name: Recorded video | |
slug: recorded_video | |
- id: 8 | |
name: Turned off device | |
slug: turned_off_device | |
- id: 9 | |
name: Turned on device | |
slug: turned_on_device | |
- id: 10 | |
name: Sent communication | |
slug: sent_communication | |
- id: 11 | |
name: Received communication | |
slug: received_communication | |
- id: 12 | |
name: Created content | |
slug: created_content | |
- id: 13 | |
name: Connected with person | |
slug: connected_with_person | |
- id: 14 | |
name: Turn off screen | |
slug: turn_off_screen | |