Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imkit引入报错 #1

Open
Fun-Pepper opened this issue Jul 25, 2022 · 1 comment
Open

imkit引入报错 #1

Fun-Pepper opened this issue Jul 25, 2022 · 1 comment

Comments

@Fun-Pepper
Copy link

imlib版本:5.2.2

  1. 在MessageNotificationHelper中提示getConversationTypeNotificationLevel为私有方法

  2. 在sight中,PicturePagerActivity类的方法:private void updatePhotoView(final int position, final ViewHolder holder){},方法内部调用了 RongIMClient.getInstance()
    .getPrivateDownloadToken(
    GlideUtils.getUrlName(originalUri.toString()),
    new IRongCoreCallback.ResultCallback() {
    @OverRide
    public void onSuccess(String token) {
    updatePhotoView(position, holder, token);
    }

                                 @Override
                                 public void onError(IRongCoreEnum.CoreErrorCode e) {
                                     updatePhotoView(position, holder, "");
                                 }
                             }); getPrivateDownloadToken 方法提示根本不存在
    

请问是依赖的imlib版本有问题还是?

@Fun-Pepper
Copy link
Author

需要将imlib 升级到5.2.4 即可解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant