AppFlowy/frontend/rust-lib/flowy-user/resources/proto/dart_notification.proto

10 lines
177 B
Protocol Buffer
Raw Normal View History

2021-09-07 15:30:43 +00:00
syntax = "proto3";
2022-01-14 07:23:21 +00:00
2021-10-14 06:34:22 +00:00
enum UserNotification {
2021-09-07 15:30:43 +00:00
Unknown = 0;
UserAuthChanged = 1;
UserProfileUpdated = 2;
UserUnauthorized = 3;
2021-12-04 09:31:32 +00:00
UserWsConnectStateChanged = 4;
2021-09-07 15:30:43 +00:00
}