Version: 2020.3

ChannelService.RegisterMessageHandler

切换到手册
public static Action RegisterMessageHandler (string channelName, Action<int,byte[]> handler);

参数

channelName The name of the channel.
handler The handler that processes messages.

返回

Action An action that you can use to unregister the handler from message processing (see ChannelService.UnregisterMessageHandler).

描述

Registers a handler to process all incoming messages on a specific channel.