I have Main Activity in that activity there is ReportFragment. In that ReportFragment there is Viewpager which contains 3 other fragments. I hav api call data in that 3 fragment. I want to send data from 3 nested fragment to the Parent fragment i.e. ReportFragment. which is child of Main Activity.
How to pass data in such scenario ?