UnbluEventApi

public struct UnbluEventApi

Defines all events which are fired from the unblu api by using the default notification center.

You can use Notification.Name.Unbluxxx to register for the events.

The values of the events can be access by the constants defined here.

  • Fired when the unblu api is initialized and therefor ready to use or not

    See more

    Declaration

    Swift

    public struct ApiIsInitialized
  • Fired when the ui is preloaded

    Declaration

    Swift

    public struct UiPreloaded
  • Fired when the ui is completely finished and useable

    Declaration

    Swift

    public struct UiReady
  • Fired if any notification is send

    See more

    Declaration

    Swift

    public struct Notification
  • Fired when the number of unread messages changes. Also fired if there are no longer unread messages

    See more

    Declaration

    Swift

    public struct UnreadMessagesCountChanged
  • Fired when there starts or stops a call.

    See more

    Declaration

    Swift

    public struct CallActiveChanged
  • Fired when the current person changes.

    This is only triggered when the used collaboration server is of version 5.x newer than 5.17 or newer than 6.3

    See more

    Declaration

    Swift

    public struct PersonChanged
  • Fired when mobile co-browsing switch from inactive to active or vice-versa.

    This is only triggered when the used collaboration server is of version 5.x newer than 5.17 or newer than 6.3

    See more

    Declaration

    Swift

    public struct MobileCoBrowsingChanged
  • Fired when an internal error occurs. Normally this is the case if unblu api could not load the anything from the unblu server. The error message may is not localized and should not be displayed to the user!

    See more

    Declaration

    Swift

    public struct Error