Install eSIM
val profile = <use getProfile method>
Gigastore.installProfile(CONTEXT_PLACEHOLDER,
profile) { profile, error ->
Log.i("GigastoreSDK", "Profile: $profile")
Log.i("GigastoreSDK", "Error: $error")
})Release Mode
Last updated
Was this helpful?