package com.jivosite.sdk;

public interface JivoDelegate {
    void onEvent(String name, String data);
}
