All Profiles

The readInstalledEsimProfilesFromSystem function can be used to return all eSIM profiles (SubscriptionInfo) from the system created by Straic SDK or an error.

StraicSDK.readInstalledEsimProfilesFromSystem { profiles, error ->
    Log.i( "StraicSDK", "Profiles: ${profiles.toString()}")
    Log.i( "StraicSDK", "Error: $error")  
}

Last updated