IGroupChatApi.smali
.class public interface abstract Lcom/sandboxol/blockymods/web/IGroupChatApi;
.super Ljava/lang/Object;
.source "IGroupChatApi.java"
# virtual methods
.method public abstract createGroupChat(Lcom/sandboxol/blockymods/entity/GroupParam;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/GroupParam;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/GroupParam;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/msg/api/v2/msg/group/chat"
.end annotation
.end method
.method public abstract getChatList()Lrx/Observable;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/response/ChatListResponse;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/msg/api/v1/chat/list"
.end annotation
.end method
.method public abstract getCreateGroupTypeAndPrice()Lrx/Observable;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/blockymods/entity/CreateGroupPrice;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/msg/api/v1/group/chat/price"
.end annotation
.end method
.method public abstract getGroupChatList(II)Lrx/Observable;
.param p1 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageNo"
.end annotation
.end param
.param p2 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageSize"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(II)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/common/widget/rv/pagerv/PageData<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/msg/api/v1/msg/group/chat/list"
.end annotation
.end method
.method public abstract getGroupInfo(J)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/msg/api/v1/msg/group/chat/info"
.end annotation
.end method
.method public abstract getGroupInviteCount(JLjava/lang/String;)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/blockymods/entity/GroupInviteCount;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/msg/api/v1/msg/group/chat/invite/count"
.end annotation
.end method
.method public abstract getGroupRequestMessage(IILjava/lang/String;)Lrx/Observable;
.param p1 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageNo"
.end annotation
.end param
.param p2 # I
.annotation runtime Lretrofit2/http/Query;
value = "pageSize"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(II",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/common/widget/rv/pagerv/PageData<",
"Lcom/sandboxol/blockymods/entity/GroupRequest;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/GET;
value = "/msg/api/v1/msg/group/chat/request/list"
.end annotation
.end method
.method public abstract inviteMemberToGroup(Lcom/sandboxol/blockymods/entity/GroupInviteParam;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/GroupInviteParam;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/GroupInviteParam;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/msg/api/v1/msg/group/chat/add"
.end annotation
.end method
.method public abstract inviteMemberToGroupByEmail(J)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J)",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/msg/api/v1/msg/group/chat/mail/add"
.end annotation
.end method
.method public abstract postBanMember(JJILjava/lang/String;)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.param p3 # J
.annotation runtime Lretrofit2/http/Query;
value = "memberId"
.end annotation
.end param
.param p5 # I
.annotation runtime Lretrofit2/http/Query;
value = "minute"
.end annotation
.end param
.param p6 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(JJI",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/msg/api/v1/msg/group/chat/forbidden/member"
.end annotation
.end method
.method public abstract postInviteGroupRequest(JLjava/util/List;Ljava/lang/String;)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.param p3 # Ljava/util/List;
.annotation runtime Lretrofit2/http/Query;
value = "memberIds"
.end annotation
.end param
.param p4 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/util/List<",
"Ljava/lang/Long;",
">;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/msg/api/v1/msg/group/chat/invite"
.end annotation
.end method
.method public abstract postJoinGroupRequest(JLjava/lang/String;Ljava/lang/String;)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "msg"
.end annotation
.end param
.param p4 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/msg/api/v1/msg/group/chat/apply"
.end annotation
.end method
.method public abstract postOwnerRecallMessage(Lcom/sandboxol/blockymods/entity/GroupOwnerRecall;Ljava/lang/String;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/GroupOwnerRecall;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/GroupOwnerRecall;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/POST;
value = "/msg/api/v1/msg/group/chat/recall/message"
.end annotation
.end method
.method public abstract putBanOrUnbanAllMember(JLjava/lang/String;)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/forbidden"
.end annotation
.end method
.method public abstract putJoinGroupRequest(Lcom/sandboxol/blockymods/entity/JoinGroupRequest;Ljava/lang/String;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/JoinGroupRequest;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/JoinGroupRequest;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/agreement"
.end annotation
.end method
.method public abstract putRefuseGroupRequest(Lcom/sandboxol/blockymods/entity/JoinGroupRequest;Ljava/lang/String;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/JoinGroupRequest;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/JoinGroupRequest;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse;",
">;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/reject"
.end annotation
.end method
.method public abstract putRemoveBanMember(JJLjava/lang/String;)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.param p3 # J
.annotation runtime Lretrofit2/http/Query;
value = "memberId"
.end annotation
.end param
.param p5 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Header;
value = "language"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(JJ",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/remove/forbidden/member"
.end annotation
.end method
.method public abstract quitGroup(JLjava/lang/String;)Lrx/Observable;
.param p1 # J
.annotation runtime Lretrofit2/http/Query;
value = "groupId"
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation runtime Lretrofit2/http/Query;
value = "groupName"
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/common/widget/rv/pagerv/PageData<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/quit"
.end annotation
.end method
.method public abstract removeMemberFromGroup(Lcom/sandboxol/blockymods/entity/GroupRemoveParam;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/GroupRemoveParam;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/GroupRemoveParam;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/kickOut"
.end annotation
.end method
.method public abstract setGroupManager(Lcom/sandboxol/blockymods/entity/GroupAdminsParam;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/GroupAdminsParam;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/GroupAdminsParam;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/set/manager"
.end annotation
.end method
.method public abstract transferGroupOwner(Lcom/sandboxol/blockymods/entity/GroupTransferParam;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/GroupTransferParam;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/GroupTransferParam;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/transfer"
.end annotation
.end method
.method public abstract updateGroupInfo(Lcom/sandboxol/blockymods/entity/GroupInfoParam;)Lrx/Observable;
.param p1 # Lcom/sandboxol/blockymods/entity/GroupInfoParam;
.annotation runtime Lretrofit2/http/Body;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/sandboxol/blockymods/entity/GroupInfoParam;",
")",
"Lrx/Observable<",
"Lcom/sandboxol/common/base/web/HttpResponse<",
"Lcom/sandboxol/center/entity/GroupInfo;",
">;>;"
}
.end annotation
.annotation runtime Lretrofit2/http/PUT;
value = "/msg/api/v1/msg/group/chat/modify"
.end annotation
.end method