eSIM Capable

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

This query may take some time to complete.

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 support@straic.io

Last updated