You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
TRUECALLER.on(TRUECALLER_EVENT.TrueProfileResponse, profile => {
console.log('Truecaller profile data: ', profile);
// add other logic here related to login/sign-up as per your use-case.
});
This function is not working.Its not returning any value
TRUECALLER.on(TRUECALLER_EVENT.TrueProfileResponse, profile => {
console.log('Truecaller profile data: ', profile);
// add other logic here related to login/sign-up as per your use-case.
});
This function is not working.Its not returning any value