Skip to content

Instantly share code, notes, and snippets.

@nataliaconde
Created June 16, 2021 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataliaconde/91391372360fb521440a64991298b977 to your computer and use it in GitHub Desktop.
Save nataliaconde/91391372360fb521440a64991298b977 to your computer and use it in GitHub Desktop.
Incognia-Kotlin.kt
Incognia.getInstallationId(context) { result ->
if (result.isSuccessful) {
val installationId = result.result
// HttpURLConnection
httpUrlConnection.setRequestProperty("Incognia-Installation-ID", installationId)
}
// Send the request with the installationId to your backend server
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment