MetaUserLinker
Last updated
This class was replaced by UserLinker in v6.0.0.
This interface is used with setMetaUserLinker(MetaUserLinker).
Learn more about Meta-Users here.
boolean
link (String installId)
link()boolean link(String installId)This method will be called when your app needs to handle MetaUser linking, normally during the first ever SDK initialization, but also if MetaUsers are enabled afterwards. This method will be executed on a background thread.
Returns
trueonly if linking succeeds.
installId
A unique Sentiance ID representing the current installation
Last updated