GBA003/External/Harmony/Backends/Dropbox/SwiftyDropbox/spec/seen_state.stone
2024-05-30 10:22:15 +08:00

13 lines
352 B
Plaintext

namespace seen_state
union PlatformType
"Possible platforms on which a user may view content."
web
"The content was viewed on the web."
mobile
"The content was viewed on a mobile client."
desktop
"The content was viewed on a desktop client."
unknown
"The content was viewed on an unknown platform."