My Profiles
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")
}
Last updated
Was this helpful?