Google Android SDK
Try our SDK in your Android application
1. Integrate dependencies
allprojects {
repositories {
//...
maven {
url "https://jitpack.io"
}
}
}implementation 'com.github.FendAiCorp.fendvpn-android:sdk:<VERSION>'2. Configurate SDK
val sdk = WireSdk.provide(
WireConfig("backend url", "project id", "app version")
)3. Use API
3.1 Authentication
3.2 Available locations
4. Manage VPN
4.1 Start / Stop
4.2 Statistics
4.3 State
Last updated