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

Device Information is needed for the assignment of all eSIM profiles for the device.

Last updated