Table of Contents |
---|
1. Download
Gradle is the only supported build configuration, so just add the dependency to your project build.gradle
file:
...
For VseeKit, please refers to their documentation: VSeeKit - VSee Developers - Confluence (atlassian.net)
2. Initialize
Initialize VseeApi in the onCreate
of your Application class.
...
Please contact Vsee for your apiKey
, vseeKitApiKey
and vseeKitSecret
.
3. Example Usage
All of VseeApi APIs are written using Kotlin coroutine which is a powerful tool for asynchronous and concurrent code.
...