dismissLoadingScreen()

    dismissLoadingScreen()


    Article summary

    dismissLoadingScreen()

    Log a metric indicating that the X1 Application is minimally ready for the user to interact with it. This parameter is also used to indicate to the X1 Platform that it should tear down any splash screen which is displaying.

    Signature:

    $badger.dismissLoadingScreen(args)

    Parameters:

    parameterdescriptiondata typerequired?
    argsOptional arguments to include. The individual properties in args must be primitives (string, numeric or boolean). Nesting of properties is not supported.ObjectNO

    Return Values:

    None.

    Usage Example:

     $badger.dismissLoadingScreen({
            requestor: "ABC"
     });
    

    Mandatory integration:

    Must be called when your X1 Application has loaded and is minimally useable (defined as being able to do the core function it was meant to do such as play media, display photos, etc.), as outlined in the App Requirements.


    Was this article helpful?