AboutSupportDeveloper GuideVersion 38.126.83.74

Intent descriptor

interface IntentMetadata {
    displayName: string;
    name: string;
}

Properties

Properties

displayName: string

Display name for the intent.

Deprecated

Use the intent name for display as display name may vary for each application as it is defined in the app's AppD record.

name: string

The unique name of the intent that can be invoked by the raiseIntent call