Type Alias ResolveForIntentPayload

ResolveForIntentPayload: {
    appIdentifier?: UnqualifiedAppIdentifier;
    appIntent?: AppIntent;
    context: Context;
    intent: Intent;
}

Type declaration

  • OptionalappIdentifier?: UnqualifiedAppIdentifier
  • OptionalappIntent?: AppIntent

    Optional app intent data which contains a list of apps and app instances. If this is not passed the resolver should lookup the list of apps and app instances using desktopAgent.findIntent()

  • context: Context
  • intent: Intent