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.
getAllEsimProfiles
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.