Options
All
  • Public
  • Public/Protected
  • All
Menu

This service allows Components and Actions to interact with mobile application runtime including screen flow control

Hierarchy

  • RuntimeInterface

Index

Methods

  • back(): void
  • Navigates back to previous screen

    Returns void

  • getCurrentScreenId(): string
  • Returns the current displayed screen

    Returns string

  • refreshScreen(): void
  • Refresh the current screen

    Returns void

  • restart(): void
  • Reset the application, and start from first screen

    Returns void

  • triggerTransition(element: HTMLElement, bubbles?: boolean): void
  • Triggers the transition of the component specified

    Parameters

    • element: HTMLElement

      A component reference, 'this' when used from a component

    • Optional bubbles: boolean

    Returns void