apidocs / com.srv4pos.server.api.sync.sample / ProductSyncAdapter

ProductSyncAdapter

open class ProductSyncAdapter : EntitySyncAdapter<ProductInfo!>

Constructors

<init>

ProductSyncAdapter(storage: MemoryLocalStorage!)

Functions

createOrUpdateEntityFromInfo

open fun createOrUpdateEntityFromInfo(info: ProductInfo!): Unit

upload

open fun upload(uploader: Uploader<ProductInfo!>): Unit