Coverage Summary for Class: CustomerSegmentationFetchStatus (cloud.mindbox.mobile_sdk.inapp.domain.models)

Class Class, % Method, % Branch, % Line, % Instruction, %
CustomerSegmentationFetchStatus 100% (1/1) 100% (1/1) 100% (3/3) 100% (24/24)


 package cloud.mindbox.mobile_sdk.inapp.domain.models
 
 internal enum class CustomerSegmentationFetchStatus {
     SEGMENTATION_FETCH_SUCCESS,
     SEGMENTATION_FETCH_ERROR,
     SEGMENTATION_NOT_FETCHED
 }