dart_notification.proto 177 B

123456789
  1. syntax = "proto3";
  2. enum UserNotification {
  3. Unknown = 0;
  4. UserAuthChanged = 1;
  5. UserProfileUpdated = 2;
  6. UserUnauthorized = 3;
  7. UserWsConnectStateChanged = 4;
  8. }