SDK authentication using access token
try {
BrouwerVosSDK.getInstance().pair(Context context, "your access token");
} catch (Exception e) {
// something went wrong while pairing
}Last updated
try {
BrouwerVosSDK.getInstance().pair(Context context, "your access token");
} catch (Exception e) {
// something went wrong while pairing
}Last updated