NotificationsApiService.smali
.class public interface abstract Ltr/com/hurriyet/androidsdk/connection/service/NotificationsApiService;
.super Ljava/lang/Object;
.source "NotificationsApiService.java"
# virtual methods
.method public abstract getNotifications(Ljava/lang/String;)Lretrofit2/Call;
.param p1 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Path;
value = "firebaseToken"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lretrofit2/Call<",
"Ltr/com/hurriyet/androidsdk/response/notification/NotificationsResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "getnotifications/{firebaseToken}"
.end annotation
.end method
.method public abstract setNotified(Ltr/com/hurriyet/androidsdk/request/SetNotifiedRequest;)Lretrofit2/Call;
.param p1 # Ltr/com/hurriyet/androidsdk/request/SetNotifiedRequest;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ltr/com/hurriyet/androidsdk/request/SetNotifiedRequest;",
")",
"Lretrofit2/Call<",
"Ltr/com/hurriyet/androidsdk/response/notification/SetNotifiedResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "setnotified"
.end annotation
.end method
.method public abstract setSelectedTeam(Ljava/lang/String;Ljava/lang/String;Ltr/com/hurriyet/androidsdk/request/NotificationsApiServiceRequest;)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/Header;
value = "Content-Type"
.end annotation
.end param
.param p3 # Ltr/com/hurriyet/androidsdk/request/NotificationsApiServiceRequest;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ltr/com/hurriyet/androidsdk/request/NotificationsApiServiceRequest;",
")",
"Lretrofit2/Call<",
"Ltr/com/hurriyet/androidsdk/response/notification/SetSelectedTeamResponseResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "setuserteam"
.end annotation
.end method