Prepare eSIM Installation
Last updated
Was this helpful?
Was this helpful?
val profileUID = "123456-abcde-abcde-789" // from API
Gigastore.getProfile(CONTEXT_PLACEHOLDER,
profileUID) { profile, error ->
Log.i("GigastoreSDK", "PreparedProfile: $profile)
Log.i("GigastoreSDK", "error: $error")
})