1 min readAug 14, 2018
DeeplinkNavigator().proceedToDeeplink(deeplinkType)
It won’t work because you use singleton pattern in DeeplinkNavigator class implementation, so init has private protection level. Actually, i think using singleton here is not the best way. But, thanks for the main idea of implementation, it’s really great.