• Creates a DOM element that will contain the loader or a message if the game is not registered.

    Parameters

    • onCloseAuthenticationContainer: (() => void)
        • (): void
        • Returns void

    Returns {
        iframeContainer: HTMLDivElement;
        loaderContainer: HTMLDivElement;
        rootContainer: HTMLDivElement;
    }

    • iframeContainer: HTMLDivElement
    • loaderContainer: HTMLDivElement
    • rootContainer: HTMLDivElement