Structures

The following structures are available globally.

  • 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.

    See more

    Declaration

    Swift

    public struct UnbluEventApi
  • Defines all events which are fired from the unblu UI api by using the default notification center.

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

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

    See more

    Declaration

    Swift

    public struct UnbluUiEventApi
  • Defines all events which are fired from the unblu visitor 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.

    See more

    Declaration

    Swift

    public struct UnbluEventApiVisitor