Namespace Unity.DigitalTwins.Live.Sdk.Abstractions
Classes
AuthorizedMessagingClient
An abstract class that inherits Unity.Cloud.Common.ServiceMessagingClient
.
Makes the IAccessTokenProvider
constructor parameter required and removes the unused IAppIdProvider
constructor parameter.
LiveMessagingClient
A class that inherits AuthorizedMessagingClient
. Has a minimum behaviour of calling the required constructor parameter.
Through inheritance, the messaging client implementation requires an IAccessTokenProvider
and connects to a server to send and/or receive messages.