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

com.leanplum.monitoring.ExceptionReporting Maven / Gradle / Ivy

The newest version!
package com.leanplum.monitoring;

import android.content.Context;

public interface ExceptionReporting {
    void setContext(Context context);
    void reportException(Throwable t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy