-
public interface BuildSdkVersionProviderWrapper around Build.VERSION.SDK_INT in order to simplify mocking in tests.
FOR INTERNAL USAGE ONLY. THIS INTERFACE CONTENT MAY CHANGE WITHOUT NOTICE.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBuildSdkVersionProvider.Companion
-
Method Summary
Modifier and Type Method Description abstract IntegergetVersion()Value of Build.VERSION.SDK_INT. -
-
Method Detail
-
getVersion
abstract Integer getVersion()
Value of Build.VERSION.SDK_INT.
-
-
-
-