All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sentry.core.IUnknownPropertiesConsumer Maven / Gradle / Ivy

There is a newer version: 3.0.0-alpha.1
Show newest version
package io.sentry.core;

import java.util.Map;
import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Internal
public interface IUnknownPropertiesConsumer {
  void acceptUnknownProperties(Map unknown);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy