Function present

  • Presents an Offer to the user and allows them to accept or decline it. Acceptance results in a new LicenseRecord being created based on the presented Offer.

    If the Offer has already been accepted by the user, this method does nothing.

    This method executes TIKI's pre-built UI for the Offer, temporarily adding a new Div as a childNode to the window.document.body as a popup over your application. A user click outside the popup will automatically dismiss the offer flow.

    Returns void

    Throws

    Error if the SDK is not initialized.