Notification

public struct Notification

Fired if any notification is send

  • Name of the event. Can be used to register for the event. Also available as Notification.Name.UnbluNotificationEvent

    Declaration

    Swift

    public static let NAME: String
  • Title of the notification

    type: String?

    Declaration

    Swift

    public static let VALUE_TITLE: String
  • Content of the notification

    type: String?

    Declaration

    Swift

    public static let VALUE_BODY: String
  • Tag is one of NotificationTag values. It defines the type to which a notification message belongs to.

    type: UnbluNotificationTag

    Declaration

    Swift

    public static let VALUE_TAG: String