An interface for notifying client applications to notify scan and pair or unpair events.
Example Usage:
public class MainActivity extends Activity implements StatusListener
.. .. ..
Public Methods
onStatus
public void onStatus(StatusData statusData)
This is the callback method upon scan and pair or unpair status event occurs.
Parameters:
statusData
- StatusData object.
Returns:
void