Deactivate Profile

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

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

Last updated

Was this helpful?