Example #1
0
 /**
  * @brief Connect to channel by force.<br>
  * After signing in, player who has playerId connect with channelId.
  * if you get option list, use this API function to select option.
  *
  * @param option Option.
  * @param callback Callback to deal with a reponse to the request.
  * @see SelectChannelConnectOptionDelegate
  * @see ChannelConnectOption
  */
 public void SelectChannelConnectOption(ChannelConnectOption option, SelectChannelConnectOptionDelegate callback)
 {
     Log.Debug("[Session] SelectChannelConnectOption");
     SessionImpl.SelectChannelConnectOption(option, callback);
 }