NotificationGroup

public final class NotificationGroup<T> : Group<T> where T : ActivityProtocol

A notification group.

  • True if the notification group is seen.

    Declaration

    Swift

    public let isSeen: Bool
  • True if the notification group is read.

    Declaration

    Swift

    public let isRead: Bool
  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws