Set of methods that allow eitri shopping apps to send notfications to AppsFlyer
Notifies AppsFlyer of the occurence of a login.
await Eitri.exposedApis.session.notifyLogin({customerId: "123"}) Copy
await Eitri.exposedApis.session.notifyLogin({customerId: "123"})
Object containing a customerId attribute for destructuring.
User's ID.
Notifies AppsFlyer of a logout's occurence.
await Eitri.exposedApis.session.notifyLogout() Copy
await Eitri.exposedApis.session.notifyLogout()
Set of methods that allow eitri shopping apps to send notfications to AppsFlyer