InvitedRewardRequest.smali

.class public interface abstract Lcom/cmcm/safewallet/data/remote/api/InvitedRewardRequest;
.super Ljava/lang/Object;
.source "InvitedRewardRequest.java"


# virtual methods
.method public abstract postEmailGetReward(Lcom/cmcm/safewallet/data/invite/a;)Lretrofit2/Call;
    .param p1    # Lcom/cmcm/safewallet/data/invite/a;
        .annotation runtime Lretrofit2/http/Body;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lcom/cmcm/safewallet/data/invite/a;",
            ")",
            "Lretrofit2/Call",
            "<",
            "Lorg/json/JSONObject;",
            ">;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/POST;
        value = "uploadExchange"
    .end annotation
.end method

.method public abstract postFBToken(Lcom/cmcm/safewallet/data/invite/b;)Lretrofit2/Call;
    .param p1    # Lcom/cmcm/safewallet/data/invite/b;
        .annotation runtime Lretrofit2/http/Body;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lcom/cmcm/safewallet/data/invite/b;",
            ")",
            "Lretrofit2/Call",
            "<",
            "Lorg/json/JSONObject;",
            ">;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/POST;
        value = "registerToken"
    .end annotation
.end method

.method public abstract postInvitedReward(Ljava/lang/String;Ljava/lang/String;Lcom/cmcm/safewallet/data/invite/h;)Lretrofit2/Call;
    .param p1    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Header;
            value = "Authorization"
        .end annotation
    .end param
    .param p2    # Ljava/lang/String;
        .annotation runtime Lretrofit2/http/Path;
            value = "deviceId"
        .end annotation
    .end param
    .param p3    # Lcom/cmcm/safewallet/data/invite/h;
        .annotation runtime Lretrofit2/http/Body;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/lang/String;",
            "Ljava/lang/String;",
            "Lcom/cmcm/safewallet/data/invite/h;",
            ")",
            "Lretrofit2/Call",
            "<",
            "Lorg/json/JSONObject;",
            ">;"
        }
    .end annotation

    .annotation runtime Lretrofit2/http/POST;
        value = "inviteReward/{deviceId}"
    .end annotation
.end method