Insights
Search…
Introduction
A standard integration
FAQ
FAQ
SDK
Getting Started
Appendix
API Reference
Android
iOS
MetaUserLinker
SENTSDK
SENTConfig
SENTTripProcessingTripProfile
SENTVehicleCrashEvent
React Native
Battery Optimization
How To
Troubleshooting
Changelog
Important topics
Authentication and Authorization
User linking
PlayStore Location Access Review
Privacy Report & Dashboard
Vehicle Crash Detection
Library
Events
Moments
Segments
Glossary
Backend
GraphQL
REST API Reference
Offloads
Data Reference
Data Explorer
Data Explorer
Guide
Firehose
Verifying your integration
SDK Standard License
Journeys License
Journeys Application
Journeys Privacy Policy
Technical & Organizational Measures
Powered By
GitBook
MetaUserLinker
This interface is used with MetaUsersLinker class.
Learn more about Meta-Users
here
.
MetaUserLinker API
Linker method will be called during the first ever SDK initialization, and will execute on a background thread.
1
typedef
void
(
^
MetaUserLinker
)(
NSString
*
installId
,
2
void
(
^
linkSuccess
)
(
void
),
3
void
(
^
linkFailed
)
(
void
)
4
);
Copied!
Parameter
Description
installId
A unique Sentiance id representing the current installation.
linkSuccess()
should be called if linking is succeeded
linkFailed()
should be called if linking is failed
Previous
iOS
Next
SENTSDK
Last modified
3yr ago
Copy link
Contents
MetaUserLinker API