Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: user analytics android with retails sdk #12

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TakaGoto
Copy link
Collaborator

No description provided.

Comment on lines +116 to +129
const onEDPSelectionStarted = () => {
console.log('do stuff here');
};
const onMenuItemSelected = () => {
console.log('do stuff here');
};
const openURLNotSupported = () => {
console.log('do stuff here');
};
await RetailSDK.setupUserAnalytics(
onEDPSelectionStarted,
onMenuItemSelected,
openURLNotSupported
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the TODO logs are because we haven't decided what we'd like to do here? I guess we could change the logs to more descriptive for now anyway, eg. "in menu item selected" etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants