Enum Constants.EventType
A channel event type used and parsed in a SocketResponse
public enum Constants.EventType
- Extension Methods
Fields
Broadcast = 3A broadcast event
Delete = 2postgres_changes
DeleteeventInsert = 0postgres_changes
InserteventInternal = 8An internal event (likely unused by the developer)
PostgresChanges = 6The catchall event for
postgres_changes, parsed into a more specificInsert,UpdateorDeletePresenceDiff = 5A presence
leaveorjoineventPresenceState = 4A presence
stateorsynceventSystem = 7A system event (likely unused by the developer)
Unknown = 9A presently unknown event, if this is seen, please open an issue at https://github.com/supabase-community/realtime-csharp
Update = 1postgres_changes
Updateevent