Skip to main content
The example below demonstrates a LearnInkWebViewDialogFragment for native Android. It calls your own backend to fetch a sign-in token — your backend is responsible for calling the LearnInk Identify API securely. Before using this, replace the following constants in the companion object:
  • YOUR_BACKEND_AUTH_URL — your backend endpoint that calls the LearnInk Identify API and returns a token
  • ORG_ID — your LearnInk organisation ID
Dependencies required: