GestureNotificationSubscription

public struct GestureNotificationSubscription : NotificationSubscription

Notification to observe Gesture events.

See also

Notifications
  • The response type published when a gesture event is received.

    Declaration

    Swift

    public typealias Notification = Gesture
  • Initialize a subscription request.

    Declaration

    Swift

    public init()