AboutSupportDeveloper GuideVersion 22.3.18

Data returned by the service when registering a platform.

interface NotificationsRegistration {
    clientAPIVersion: string;
    notificationsVersion: string;
}

Properties

clientAPIVersion: string

Version of the client API.

notificationsVersion: string

Version of the notification service that is running. A response of 'unknown' indicates that an older version of the service is running that does not support returning the service version.