Skip to main content

@wildix/xbees-connect > ConnectClient > onLookupAndMatchContact

ConnectClient.onLookupAndMatchContact property

Starts listen for the events of searching contact info and handle match with the provided callback

Signature:

onLookupAndMatchContact: (callback: (query: ContactQuery, resolve: LookupAndMatchContactsResolver, reject: Reject) => void) => RemoveEventListener;