v1.0.0
Latest
2022.3+
Interface IWireDirect
The Wire connection for the Multiplay SDK MVP!
Namespace: Unity.Services.Wire.Internal
Syntax
public interface IWireDirect : IServiceComponent
Methods
CreateChannel(String, IChannelTokenProvider)
Creates a channel. This is a hack for Multiplay SDK MVP!
Declaration
IChannel CreateChannel(string address, IChannelTokenProvider tokenProvider)
Parameters
Type | Name | Description |
---|---|---|
System.String | address | The address to connect to. |
IChannelTokenProvider | tokenProvider | The token provider. |
Returns
Type | Description |
---|---|
IChannel | The channel you connected to. |