KMPAdapty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
KMPAdapty
adapty
/
com.adapty.kmp.models
/
AdaptyConfig
/
MediaCacheConfiguration
Media
Cache
Configuration
data
class
MediaCacheConfiguration
(
val
memoryStorageTotalCostLimit
:
Int
=
100 * 1024 * 1024
,
val
memoryStorageCountLimit
:
Int
=
Int.MAX_VALUE
,
val
diskStorageSizeLimit
:
Int
=
100 * 1024 * 1024
)
Members
Constructors
Media
Cache
Configuration
Link copied to clipboard
constructor
(
memoryStorageTotalCostLimit
:
Int
=
100 * 1024 * 1024
,
memoryStorageCountLimit
:
Int
=
Int.MAX_VALUE
,
diskStorageSizeLimit
:
Int
=
100 * 1024 * 1024
)
Properties
disk
Storage
Size
Limit
Link copied to clipboard
val
diskStorageSizeLimit
:
Int
memory
Storage
Count
Limit
Link copied to clipboard
val
memoryStorageCountLimit
:
Int
memory
Storage
Total
Cost
Limit
Link copied to clipboard
val
memoryStorageTotalCostLimit
:
Int