IPingReportApi.smali

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


# virtual methods
.method public abstract reportPingEvent(Ljava/lang/String;Ljava/lang/String;Lcom/sandboxol/pingreport/dto/PingEventDto;)Lrx/Observable;
    .param p1    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Header;
            value = "CloudFront-Viewer-Country"
        .end annotation
    .end param
    .param p2    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Header;
            value = "deviceId"
        .end annotation
    .end param
    .param p3    # Lcom/sandboxol/pingreport/dto/PingEventDto;
        .annotation runtime Lretrofit2/http/Body;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/lang/String;",
            "Ljava/lang/String;",
            "Lcom/sandboxol/pingreport/dto/PingEventDto;",
            ")",
            "Lrx/Observable<",
            "Lcom/sandboxol/common/base/web/HttpResponse;",
            ">;"
        }
    .end annotation

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