Package io.sentry
Interface Sentry.OptionsConfiguration<T extends SentryOptions>
-
- Type Parameters:
T- a class that extends SentryOptions or SentryOptions itself.
- Enclosing class:
- Sentry
public static interface Sentry.OptionsConfiguration<T extends SentryOptions>Configuration options callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(T options)configure the options
-
-
-
Method Detail
-
configure
void configure(@NotNull T options)configure the options- Parameters:
options- the options
-
-