Can I wrap a @Relation field with LiveData?

后端 未结 0 987
名媛妹妹
名媛妹妹 2021-01-14 09:27
public class Entity1WithEntity2 {
    @Embedded
    public Entity1 mainEntity;

    @Relation
    public List relatedEntities;
}

If I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题