res://addons/w4gd/supabase/realtime.gd:ChannelProxy

Inherits: RefCounted

Internal class for sending or receiving data on all subscriptions on a given channel.

Properties

Dictionary

join_payload

String

name

Dictionary

presence_state

int

status

0

Dictionary

subscriptions

Methods

void

add_subscription ( Variant p_base )

void

parse_event ( int p_event, Dictionary p_payload )

void

poll ( )

void

remove_subscription ( Variant p_base )


Signals

join_result ( Variant result )

There is currently no description for this signal.


Enumerations

enum Status:

Status NEW = 0

Status OPENING = 1

Status OPEN = 2

Status CLOSING = 3

Status CLOSED = 4


enum SignalIndex:

SignalIndex INSERTED = 0

SignalIndex UPDATED = 1

SignalIndex DELETED = 2

SignalIndex RECEIVED_SYSTEM_MESSAGE = 3

SignalIndex RECEIVED_BROADCAST = 4

SignalIndex RECEIVED_PRESENCE = 5

SignalIndex SUBSCRIBED = 6

SignalIndex UNSUBSCRIBED = 7


Property Descriptions

Dictionary join_payload

There is currently no description for this property.


String name

There is currently no description for this property.


Dictionary presence_state

There is currently no description for this property.


int status = 0

There is currently no description for this property.


Dictionary subscriptions

There is currently no description for this property.


Method Descriptions

void add_subscription ( Variant p_base )

There is currently no description for this method.


void parse_event ( int p_event, Dictionary p_payload )

There is currently no description for this method.


void poll ( )

There is currently no description for this method.


void remove_subscription ( Variant p_base )

There is currently no description for this method.