Skip to content

Instantly share code, notes, and snippets.

@burakiren
Created November 23, 2020 13:51
Show Gist options
  • Save burakiren/c6469013806c884eb795a536b33f68cd to your computer and use it in GitHub Desktop.
Save burakiren/c6469013806c884eb795a536b33f68cd to your computer and use it in GitHub Desktop.
visionbase init
VisionBase.init(MainActivity.this, new ConnectionCallback(){
@Override
public void onServiceConnect(){
Log.i(LOG_TAG, "onServiceConnect");
}
@Override
public void onServiceDisconnect(){
Log.i(LOG_TAG, "onServiceDisconnect");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment