Structs

The following structs are available globally.

  • A typed notification that contains a name and optional sender.

    Note

    The Value type parameter acts as a phantom type, restricting the notification to posting only values of this type.
    See more

    Declaration

    Swift

    public struct Notification <Value, Sender: AnyObject>