io.sentry.ISentryLifecycleToken Maven / Gradle / Ivy
package io.sentry;
public interface ISentryLifecycleToken extends AutoCloseable {
// overridden to not have a checked exception on the method.
@Override
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy