Interface ISplashScreen

The interface for an application splash screen.

interface ISplashScreen {
    show(light?): IDisposable;
}

Methods

Methods