SendNavigationFeedbackUseCase

class SendNavigationFeedbackUseCase(appStore: AppStore, navFeedbackCounter: NavFeedbackCounter)

Constructors

Link copied to clipboard
constructor(appStore: AppStore, navFeedbackCounter: NavFeedbackCounter)

Functions

Link copied to clipboard
suspend operator fun invoke(feedbackType: String, feedbackDescription: String, snapshot: String, feedbackSubtypes: Array<String> = emptyArray())