API reference
API reference
Select your platform
No SDKs available
No versions available

Overview

Functions

delegate void
PubSubTopicSubscriptionDelegate
( string topicId,
PubSubSubscriptionState subscriptionState )
A delegate callback for topic id and subscription state

Details

Enumeration Types

enum Meta::Voice::Net::PubSub.PubSubSubscriptionState
An enum used to represent the current state of a topic's subscription
Enumerator
NotSubscribed
Not subscribed to a topic whatsoever
Subscribing
Currently attempting to subscribe to a topic
Subscribed
Currently subscribed to a topic
Unsubscribing
Currently sending an unsubscribe request to the server
SubscribeError
An error occured while subscribing, will attempt again if connected
UnsubscribeError
An error occured while unsubscribing, will attempt again if connected

Functions

delegate void Meta.Voice.Net.PubSub.PubSubTopicSubscriptionDelegate
( string topicId,
PubSubSubscriptionState subscriptionState )
A delegate callback for topic id and subscription state
Did you find this page helpful?
Thumbs up icon
Thumbs down icon