AboutSupportDeveloper GuideVersion 22.3.18

Details of the application that will handle any actions coming from a particular stream.

interface NotificationStream {
    appId: string;
    displayName: string;
    id: string;
}

Properties

Properties

appId: string

ID of the application source of this stream.

displayName: string

Stream title.

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

id: string

Unique id of the stream.