Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISplashScreen

The interface for an application splash screen.

Hierarchy

  • ISplashScreen

Index

Methods

Methods

show

  • show(light?: boolean): IDisposable
  • Show the application splash screen.

    Parameters

    • Optional light: boolean

      Whether to show the light splash screen or the dark one.

    Returns IDisposable

    A disposable used to clear the splash screen.

Generated using TypeDoc