ILocalUserAvatar.smali

.class public interface abstract Lio/agora/metachat/ILocalUserAvatar;
.super Ljava/lang/Object;


# virtual methods
.method public abstract applyInfo()I
.end method

.method public abstract getDressInfo()Lio/agora/metachat/DressInfo;
.end method

.method public abstract getExtraCustomInfo()[B
.end method

.method public abstract getFaceInfo()Lio/agora/metachat/FaceInfo;
.end method

.method public abstract getModelInfo()Lio/agora/metachat/AvatarModelInfo;
.end method

.method public abstract getUserInfo()Lio/agora/metachat/MetachatUserInfo;
.end method

.method public abstract setDressInfo(Lio/agora/metachat/DressInfo;)I
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0
        }
        names = {
            "dressInfo"
        }
    .end annotation
.end method

.method public abstract setExtraCustomInfo([B)I
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0
        }
        names = {
            "extraCustomInfo"
        }
    .end annotation
.end method

.method public abstract setFaceInfo(Lio/agora/metachat/FaceInfo;)I
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0
        }
        names = {
            "faceInfo"
        }
    .end annotation
.end method

.method public abstract setModelInfo(Lio/agora/metachat/AvatarModelInfo;)I
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0
        }
        names = {
            "modelInfo"
        }
    .end annotation
.end method

.method public abstract setUserInfo(Lio/agora/metachat/MetachatUserInfo;)I
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0
        }
        names = {
            "userInfo"
        }
    .end annotation
.end method