HI team i am using Interface for call back, is there any alternative of interface which i can use in kotlin, as i don't have a lifecyclerowner so i can't use LiveData and coroutines
actually i don;t have activity,fragment:
My use Case is
i have 3 module and one product app
all modules are independent, so once the module 1 work is finish callback will got to product app that my work is finish do your next task and i achive this by interface
Napa Ram
09/17/2021, 9:54 AM
now i am looking for alternate of interface to do callback