SignedStreamName
The type of offered signed stream names
Used By
Definition
"""The type of offered signed stream names"""enum SignedStreamName { """ For new/updated notes in a conversation """ NOTES
""" For a user's conversation membership updates """ CONVERSATION_MEMBERSHIPS
""" For a user's notification count updates """ USER_NOTIFICATIONS_COUNT
""" For per-appointment device-availability updates """ APPOINTMENT_USER_DEVICES
""" For completion of adding clients to a group appointment, in both the create and update flows """ GROUP_APPOINTMENT_CLIENTS_ADDED}