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?

Deactivate Profile

This function is currently only supported from Android 10.0+.

The deactivateEsimProfile function can be used to deactivate the current active eSIM profile on the device. It returns success or an error.

This query may take some time to complete.

StraicSDK.deactivateEsimProfile { success, error ->
    Log.i( "StraicSDK", "Success: $success")  
    Log.i( "StraicSDK", "Error: $error") 
}
PreviousAll ProfilesNextDelete Profile

Last updated 3 years ago

Was this helpful?