Skip to content

An library to log user actions. Designed for user research purposes.

License

Notifications You must be signed in to change notification settings

WellnessLab/user_logging

Repository files navigation

User Logging - Wellness Technology Lab

An library to log user actions. Designed for user research purposes.

Example

WellnessUserLogging userLogging = new WellnessUserLogging("user_id_xxxx");

Bundle bundle = new Bundle();
bundle.putString("STORY_ID", "Story ABC");
bundle.putInt("PAGE_ID", 8);
bundle.putFloat("AVERAGE", 0.5);

userLogging.logEvent("FORM_SUBMITTED", bundle);

About

An library to log user actions. Designed for user research purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages