Controlling Session Lifetime: Kiosk Apps
To be able to use Appsee in kiosk apps, the integration process is as usual but your app needs to have these two things:
- UserInteractionStart - an activity/time in which the user starts interaction with the app.
- AppIdle - an activity/time in which the user has finished the interaction with the app and it is idle and can upload sessions.
Follow this logic:
- In "UserInteractionStart" - call:
Appsee.forceNewSession() - In "AppIdle" - call:
Appsee.finishSession(false, true)
Did you find this article helpful?