Interface OfcpUrlParam

The parameters the sdk may store in the url of the parent page. These are for example used to show the same page after a refresh.

interface OfcpUrlParam {
    browserId: string;
    url: string;
}

Properties

Properties

browserId: string
url: string