AboutSupportDeveloper GuideVersion 36.122.80.11

Type alias Intent<MetadataType>

Intent<MetadataType>: {
    context: Context;
    metadata?: MetadataType;
    name: string;
}

Combination of an action and a context that is passed to an application for resolution.

Type Parameters

Type declaration

  • context: Context

    Data associated with the intent.

  • Optional metadata?: MetadataType
  • name: string

    Name of the intent.