OpenFin Workspace API
    Preparing search index...

    Interface NotificationsRegistration

    Data returned by the service when registering a platform.

    interface NotificationsRegistration {
        clientAPIVersion: string;
        notificationsVersion: string;
    }
    Index
    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.