DENT Carrier Android SDK
  • About the SDK
  • Installation
  • Getting Started
  • Test mode
  • eSIM Capable
  • Install Profile
  • My Profiles
  • All Profiles
  • Deactivate Profile
  • Delete Profile
  • Error
  • Changelog
Powered by GitBook
On this page
  • Import
  • Load

Was this helpful?

Getting Started

PreviousInstallationNextTest mode

Last updated 3 years ago

Was this helpful?

Import

Import the io.straic.StraicSDK into your file.

import io.straic.StraicSDK

Load

The load function initializes the StraicSDK. Please make sure to include your "SDK Key" here

You can find your SDK Key in the "Straic Backoffice" under "SDK Integration -> Android -> SDK Key".

For access to the "Straic Backoffice" please contact .

val sdkKey = "SDK KEY"

StraicSDK.load(sdkKey = sdkKey)
info@straic.io