Coverage Summary for Class: GeoFetchStatus (cloud.mindbox.mobile_sdk.inapp.domain.models)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| GeoFetchStatus | 100% (1/1) | 100% (1/1) | 100% (3/3) | 100% (24/24) |
package cloud.mindbox.mobile_sdk.inapp.domain.models
internal enum class GeoFetchStatus {
GEO_FETCH_SUCCESS,
GEO_FETCH_ERROR,
GEO_NOT_FETCHED
}