Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimplifiedIntent

Simplified representation of the data contained in a full Intent object.

Hierarchy

  • SimplifiedIntent

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly name

name: string

Readonly slotResolutions

slotResolutions: object

Type declaration

Methods

toString

  • toString(): string
  • Returns string

Static fromIntent

  • Factory method to create a SimplifiedIntent from an Intent.

    Parameters

    • intent: Intent

      Intent name

    Returns SimplifiedIntent