IamUtil.isCurrentUserPairedCallback()
DESCRIPTION
Query if the current user is paired or not on a specific device. Runs asynchronously with a callback.
Result and error information is sent to the callback.
DECLARATION
public abstract void isCurrentUserPairedCallback(Connection connection, IamCallback<Boolean> callback)
PARAMETERS
connection:
- An established connection to the device.
callback:
- The callback that will be run once the function has completed successfully or erroneously.