IClientFacade.GetClientAppUrl Method
Provides the URL of the client application for users to return to.
Remarks
This URL is used in error pages (like transaction expired) to provide a link for users to navigate back to the client application.
Syntax
Unit: Sphinx.ClientFacade
function IClientFacade.GetClientAppUrl: string; virtual; abstract;