string | TopicId[Get] The topic id to be published to or received |
SubscriptionState[Get] The current topic subscription state | |
UnityEvent | OnSubscribed[Get] Unity event when subscribed to a topic |
UnityEvent | OnUnsubscribed[Get] Unity event when unsubscribing from a topic |
Action< PubSubSubscriptionState > | A callback when topic subscription state changes |
string Meta.Voice.Net.PubSub.IPubSubAdapter.TopicId |
---|
The topic id to be published to or received |
PubSubSubscriptionState Meta.Voice.Net.PubSub.IPubSubAdapter.SubscriptionState |
---|
The current topic subscription state |
UnityEvent Meta.Voice.Net.PubSub.IPubSubAdapter.OnSubscribed |
---|
Unity event when subscribed to a topic |
UnityEvent Meta.Voice.Net.PubSub.IPubSubAdapter.OnUnsubscribed |
---|
Unity event when unsubscribing from a topic |
Action<PubSubSubscriptionState> Meta.Voice.Net.PubSub.IPubSubAdapter.OnTopicSubscriptionStateChange ( ) |
---|
A callback when topic subscription state changes |