美文网首页随手记
MutableLiveData setValue postVal

MutableLiveData setValue postVal

作者: Allenlll | 来源:发表于2020-01-09 11:21 被阅读0次
  • setValue
    必须在主线程调用
  • postValue
    发送一个任务到主线程,可以在子线程中更新数据。多个任务被发送时,只有最后一个会被执行。

相关文章

网友评论

    本文标题:MutableLiveData setValue postVal

    本文链接:https://www.haomeiwen.com/subject/vgkyactx.html