VayActivity

public protocol VayActivity

Activity model protocol.

  • Array of all feedbacks that occurred during the completed activity.

    Declaration

    Swift

    var feedbacks: [VayFeedback] { get }