Islands.Vue.ClientWeb.Presence (Islands Vue Client v0.1.16) View Source

Provides presence tracking to channels and processes.

See the Phoenix.Presence docs for more details.

Link to this section Summary

Link to this section Functions

Callback implementation for Phoenix.Presence.fetch/2.

Callback implementation for Phoenix.Presence.get_by_key/2.

Callback implementation for Phoenix.Presence.list/1.

Link to this function

track(socket, key, meta)

View Source

Callback implementation for Phoenix.Presence.track/3.

Link to this function

track(pid, topic, key, meta)

View Source

Callback implementation for Phoenix.Presence.track/4.

Callback implementation for Phoenix.Presence.untrack/2.

Link to this function

untrack(pid, topic, key)

View Source

Callback implementation for Phoenix.Presence.untrack/3.

Link to this function

update(socket, key, meta)

View Source

Callback implementation for Phoenix.Presence.update/3.

Link to this function

update(pid, topic, key, meta)

View Source

Callback implementation for Phoenix.Presence.update/4.