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

com.absmartly.sdk.ContextEventLogger Maven / Gradle / Ivy

package com.absmartly.sdk;

public interface ContextEventLogger {
	enum EventType {
		Error, Ready, Refresh, Publish, Exposure, Goal, Close
	}

	void handleEvent(Context context, EventType type, Object data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy