Table of Contents

Class PresenceOptions

Namespace
Supabase.Realtime.Presence
Assembly
Supabase.Realtime.dll

Options used to initialize Realtime Presence

public class PresenceOptions
Inheritance
PresenceOptions
Inherited Members

Constructors

PresenceOptions(string)

Presence options.

public PresenceOptions(string presenceKey)

Parameters

presenceKey string

Properties

PresenceKey

key option is used to track presence payload across clients

[JsonProperty("key")]
public string PresenceKey { get; set; }

Property Value

string