MediatorLiveData 是LiveData 的子類,可以通過MediatorLiveData 合併多個LiveData 數據。其中任意一個LiveData 數據發生變化,MediatorLiveData 都會通知觀察他的對象 ...
確定! 回上一頁