Skip to main content

Retrieve Offline Notifications using Web Socket

Last updated on

Use the following function to retrieve an offline notification:

err := notificationService.GetNotificationMessage()
if err != nil {
return err
}
return nil