public void CopyPlayerIdWithOTP(string otp, Session.CopyPlayerIdWithOTPDelegate callback)
        {
            int handlerNum = sessionCallback.SetCopyPlayerIdWithOTPCallback(callback);

            nmg_session_copyPlayerIdWithOTP(otp, handlerNum);
        }
        public void CopyPlayerIdWithOTP(string otp, Session.CopyPlayerIdWithOTPDelegate callback)
        {
            int handlerNum = sessionCallback.SetCopyPlayerIdWithOTPCallback(callback);

            sessionAndroidClass.CallStatic("nmg_session_copyPlayerIdWithOTP", otp, handlerNum);
        }