Skip to content

Replaced Multiple Interfaces with a common class for communication between viewmodel and activity/fragments

Abhii requested to merge ABHI165/agora-android:viewmodel into gsoc-2021

Fixes #375 (closed)

Changes :

  1. Removed all the interfaces that were being used only for communication between viewmodel ans activity
  2. Made a common class in order to send states and data from viewmodel
Edited by Abhii

Merge request reports