NotificationSubscription

public protocol NotificationSubscription : NotificationParser

Types that implement this protocol describe a notification subscription request and its associated notification body type.

see also: CommandRequest

  • The type that will be published every time the appropriate notification is received.

    Declaration

    Swift

    associatedtype Notification