最新SDK没有getAVUser方法,只有AVObject方法,应该怎么办呢?
你好,获取当前用户可以参考文档: https://leancloud.cn/docs/leanstorage_guide-java.html#hash748191977
你好,不是为了获得当前用户,而是object.getAVUser()这个方法不能用了
object.getAVUser()这个方法不能用了
是的,新 SDK 没有这个接口。能说说是在什么场景下需要用到 getAVUser()(且 getAVObject 无法满足需要)?
getAVUser()
getAVObject