Skip to main content
Version: 1.1

AppIntent

interface AppIntent {
intent: IntentMetadata;
apps: Array<AppMetadata>;
}

An interface that represents the binding of an intent to apps, returned as part of intent disocvery. For each intent, it reference the applications that support that intent.

See also