AmazonProductQuery

class AmazonProductQuery(sku: String, type: Productz.Type, inventory: AmazonInventory) : QueryResult<AmazonProduct>

Functions

Link copied to clipboard
open override fun flow(): StateFlow<AmazonProduct?>
Link copied to clipboard
open override fun liveData(): LiveData<AmazonProduct?>