Package-level declarations
Types
Functions
Link copied to clipboard
inline suspend fun MarketplaceEntitlementClient.getEntitlements(crossinline block: GetEntitlementsRequest.Builder.() -> Unit): GetEntitlementsResponse
GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.
Link copied to clipboard
fun MarketplaceEntitlementClient.withConfig(block: MarketplaceEntitlementClient.Config.Builder.() -> Unit): MarketplaceEntitlementClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.