• Preparing search index...
  • The search index is not available
OpenFin Workspace API
  • OpenFin Workspace API
  • notifications
  • register

Function register

  • register(platform): Promise<NotificationsRegistration>
  • Parameters

    • platform: NotificationsPlatform

    Returns Promise<NotificationsRegistration>

    Deprecated

    Use register with options?: NotificationsRegisterOptions argument instead.

  • register(options?): Promise<NotificationsRegistration>
  • Launches Notifications service and registers a notifications platform. Throws if workspace platform is not initialized or if you run version of notifications-service which doesn't support platforms.

    Parameters

    • Optionaloptions: NotificationsRegisterOptions

      NotificationsPlatform object

    Returns Promise<NotificationsRegistration>

Settings

OpenFin Workspace API
  • Loading...