Interface AppAttribution

Attributes something to a third-party app.

interface AppAttribution {
    app_name?: string;
    display_text?: string;
    logo?: VisualMedia;
    type: "app";
    url: string;
}

Properties

app_name?: string

The name of the application to be attributed.

display_text?: string

Any display text that the client should use with the attribution.

A specific logo that the client should use with the third-party app attribution.

type
url: string

The canonical URL to the source content in the third-party app.