Android User Behaviour
Track Screen View Events
You can manually track screen view events by calling RetenoSDK.LogScreenView(string screenName) and pass name of the screen as a parameter. You can track these events according to your needs and based on your screen lifecycle:
RetenoSDK.LogScreenView("some_screen_name");