FeedReactionsOptions

public struct FeedReactionsOptions : OptionSet

A feed reaction options to include reaction for activities.

  • Available options:
    • includeOwn: include reactions added by current user to all activities.
    • includeOwnChildren: include reactions added by current user to all reactions.
    • includeRecent: include recent reactions to activities.
    • includeCounts: include reaction counts to activities.
  • Declaration

    Swift

    public let rawValue: Int
  • Declaration

    Swift

    public init(rawValue: Int)
  • own

    Include reactions added by current user to all activities.

    Declaration

    Swift

    public static let own: FeedReactionsOptions
  • Include reactions added by current user to all reactions.

    Declaration

    Swift

    public static let ownChildren: FeedReactionsOptions
  • Include recent reactions to activities.

    Declaration

    Swift

    public static let latest: FeedReactionsOptions
  • Include reaction counts to activities.

    Declaration

    Swift

    public static let counts: FeedReactionsOptions
  • all

    Include all reactions options to activities.

    Declaration

    Swift

    public static let all: FeedReactionsOptions