com.leanplum.monitoring.ExceptionReporting Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leanplum-core Show documentation
Show all versions of leanplum-core Show documentation
The Leanplum SDK messaging platform
The newest version!
package com.leanplum.monitoring;
import android.content.Context;
public interface ExceptionReporting {
void setContext(Context context);
void reportException(Throwable t);
}