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.

typedef void (^MetaUserLinker)(NSString *installId, 
                                void (^linkSuccess) (void), 
                                void (^linkFailed) (void)
                                );
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

Last updated