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

Was this helpful?

My Profiles

PreviousInstall ProfileNextAll Profiles

Last updated 3 years ago

Was this helpful?

The getAllEsimProfiles function can be used to return all eSIM profiles (id, iccid and status) created by Straic SDK for the device (or user id) or an error.

StraicSDK.getAllEsimProfiles(deviceInformation = deviceInformation) { profiles, error ->
    Log.i( "StraicSDK", "Profiles: ${profiles.toString()}")
    Log.i( "StraicSDK", "Error: $error")  
}

is needed for the assignment of all eSIM profiles for the device.

Device Information