klaviyo-android-sdk
1.1.0
1.3.0
1.2.0-beta
1.1.1
1.1.0
1.0.1
1.0.0
androidJvm
core
/
com.klaviyo.core.model
Package-level
declarations
Types
Types
Data
Store
Link copied to clipboard
interface
DataStore
Simple interface for a data persistence "engine" that can read and write to disk
Store
Observer
Link copied to clipboard
typealias
StoreObserver
=
(
key
:
String
,
value
:
String
?
)
->
Unit