eSIM Capable

The isEsimCapable function can be used to check whether the device is eSIM capable or not.

StraicSDK.isEsimCapable { isCapable ->
    Log.i( "StraicSDK", "isCapable: $isCapable") 
}

If a "false" is returned from the query despite the following criteria being met:

Then there is likely another problem.

If this problem persists, please contact [email protected]

Last updated

Was this helpful?