Package io.sentry
Interface SentryFeedbackOptions.OptionsConfigurator
- Enclosing class:
- SentryFeedbackOptions
public static interface SentryFeedbackOptions.OptionsConfigurator
Configuration callback for feedback options.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(@NotNull SentryFeedbackOptions options) configure the feedback options
-
Method Details
-
configure
configure the feedback options- Parameters:
options- the feedback options
-