Details of the notification platform.

Data structure to facilitate connection with Workspace platforms.

Hierarchy

  • NotificationPlatform

Properties

icon: string

URL of the icon to be displayed for this platform.

id: string

Unique identifier of the platform.

scheme?: ColorSchemeOption

This is the scheme associated with this platform.

theme?: any

This is the theme associated with this platform. The center will be themed accordingly when the platform is selected.

title: string

Stream title.

Providing a different displayName for an existing stream id will update the displayName of the stream stored in Notification Center.

workspacePlatform?: {
    analytics: {
        isSupported: boolean;
    };
    identity: ApplicationIdentity;
}

Workspace platform that registers this platform

Type declaration

  • analytics: {
        isSupported: boolean;
    }
    • isSupported: boolean
  • identity: ApplicationIdentity

Generated using TypeDoc