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")
}
Last updated
Was this helpful?