whatcall - v0.0.0
    Preparing search index...

    Class MenuComponent

    Page header and drop-down menu

    Index

    Constructors

    Properties

    isLoggedIn: boolean = false

    Is the user signed-in non-anonymously

    Methods

    • Navigates the user to a random scenario.

      Returns void

    • Launches the UploadModal to allow a user to upload a new video.

      If the user is not signed-in first launch the AuthModal to enable the user to sign-in.

      Only launch the UploadModal if the user successfully signs in, otherwise display a snackbar with a 'sign-in required' error message.

      Returns Promise<void>

      A promise which resolves when the upload modal closes.