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.Integrationpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic void onSensorChanged(SensorEvent event)
public void onAccuracyChanged(Sensor sensor,
int accuracy)