Ejemplo n.º 1
0
 /**
  * @brief CopyPlayerIdWithOTP
  *
  * @param otp 1회성 인증 토큰
  * @param callback Callback to deal with a reponse to the request.
  * @see RequestOTPInfoDelegate
  */
 public void CopyPlayerIDWithOTP(string otp, CopyPlayerIdWithOTPDelegate callback)
 {
     Log.Debug("[Session] CopyPlayerIdWithOTP");
     SessionImpl.CopyPlayerIdWithOTP(otp, callback);
 }