void register(Context context, String token, boolean debuggable);
/*
* Method used to register the grouplink SDK on server and start
* scanning, for Grouplink devices.
* context - context of application.
* token - token of app with apikey by user.
* debbugable - shows a notification to verify if the sdk is scanning.
* debbugable *true* should only be used on testing enviroments.
*/
void register(
Context context,
String token,
ProximityDetector proximityDetector,
boolean debuggable
);
/*
* Method used to register the grouplink SDK on server and start
* scanning, for Grouplink devices.
* context - context of application.
* token - token of app with apikey by user.
* proximityDetector - a listener to microinteraction events,
* limited availability.
* debbugable - shows a notification to verify if the sdk is scanning.
* debbugable *true* should only be used on testing enviroments.
*/