Package-level declarations
Types
Link copied to clipboard
interface ILogEventWithCompletionUseCase : ITripleUseCase<IAnalyticsEventName, List<Pair<IAnalyticsEventParameter, IAnalyticsEventValue>>, () -> Unit, Unit>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class LogEventUseCase(logEventWithCompletionUseCase: ILogEventWithCompletionUseCase) : ILogEventUseCase
Link copied to clipboard
class LogEventWithCompletionUseCase(analyticsRepository: IAnalyticsRepository, subscriptionRepository: ISubscriptionRepository, askForReviewUseCase: IAskForReviewUseCase? = null) : ILogEventWithCompletionUseCase
Link copied to clipboard