IReportInfoApi.smali

.class public interface abstract Lcom/sandboxol/report/web/IReportInfoApi;
.super Ljava/lang/Object;
.source "IReportInfoApi.java"


# virtual methods
.method public abstract newReportSandboxData(Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
    .param p1    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Header;
            value = "deviceId"
        .end annotation
    .end param
    .param p2    # Ljava/util/List;
        .annotation runtime Lretrofit2/http/Body;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/lang/String;",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;",
            ">;)",
            "Lrx/Observable<",
            "Lcom/sandboxol/common/base/web/HttpResponse;",
            ">;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/POST;
        value = "/datareport/api/v1/funnel/event/report"
    .end annotation
.end method

.method public abstract reportSandboxData(Ljava/lang/String;Lcom/sandboxol/greendao/entity/report/EventRequest;)Lrx/Observable;
    .param p1    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Header;
            value = "deviceId"
        .end annotation
    .end param
    .param p2    # Lcom/sandboxol/greendao/entity/report/EventRequest;
        .annotation runtime Lretrofit2/http/Body;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/lang/String;",
            "Lcom/sandboxol/greendao/entity/report/EventRequest;",
            ")",
            "Lrx/Observable<",
            "Lcom/sandboxol/common/base/web/HttpResponse;",
            ">;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/POST;
        value = "/datareport/api/v1/event/report"
    .end annotation
.end method