Enum Constants.ChannelEventName | realtime-csharp (original) (raw)

Namespace

Supabase.Realtime

Assembly

Supabase.Realtime.dll

Mapping for event names that can be used with Push(string, string?, object?, int) to send arbitrary data. This is unlikely to be used by the developer.

public enum Constants.ChannelEventName

Fields

[MapTo("broadcast", null)] Broadcast = 0

The broadcast event

[MapTo("postgres_changes", null)] PostgresChanges = 2

A postgres_changes event

[MapTo("presence", null)] Presence = 1

The Presence event

Edit this page