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") 
}

Last updated