public final class TempSensorBreadcrumbsIntegration
extends java.lang.Object
implements io.sentry.Integration, java.io.Closeable
Constructor and Description |
---|
TempSensorBreadcrumbsIntegration(@NotNull Context context) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
onAccuracyChanged(Sensor sensor,
int accuracy) |
void |
onSensorChanged(SensorEvent event) |
void |
register(@NotNull io.sentry.IHub hub,
@NotNull io.sentry.SentryOptions options) |
public TempSensorBreadcrumbsIntegration(@NotNull @NotNull Context context)
public void register(@NotNull @NotNull io.sentry.IHub hub, @NotNull @NotNull io.sentry.SentryOptions options)
register
in interface io.sentry.Integration
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public void onSensorChanged(SensorEvent event)
public void onAccuracyChanged(Sensor sensor, int accuracy)