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

io.sentry.hints.SubmissionResult Maven / Gradle / Ivy

package io.sentry.hints;

public interface SubmissionResult {
  void setResult(boolean success);

  boolean isSuccess();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy