Version: 2021.1
言語: 日本語
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.