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

IPubSubSubscriber Interface

An interface for subscribing and unsubscribing from a specific topic

Overview

Events

Callback when subscription state changes for a specific topic id

Public Member Functions

GetTopicSubscriptionState
( string topicId )
Obtains the current subscription state for a specific topic
void
Subscribe
( string topicId )
Method to subscribe to a specific topic id
void
Unsubscribe
( string topicId )
Method to unsubscribe from a specific topic id

Details

Events

PubSubTopicSubscriptionDelegate Meta.Voice.Net.PubSub.IPubSubSubscriber.OnTopicSubscriptionStateChange ( )
Callback when subscription state changes for a specific topic id

Member Functions

PubSubSubscriptionState Meta.Voice.Net.PubSub.IPubSubSubscriber.GetTopicSubscriptionState
( string topicId )
Obtains the current subscription state for a specific topic
void Meta.Voice.Net.PubSub.IPubSubSubscriber.Subscribe
( string topicId )
Method to subscribe to a specific topic id
void Meta.Voice.Net.PubSub.IPubSubSubscriber.Unsubscribe
( string topicId )
Method to unsubscribe from a specific topic id
Did you find this page helpful?
Thumbs up icon
Thumbs down icon