ProductsOptions

Products Options

Types

Link copied to clipboard
class Builder

Builder

Functions

Link copied to clipboard
fun copy(country: Country, shouldReturnPromotions: Boolean, storeDetectionOptions: StoreDetectionOptions, frameOptions: FrameOptions): ProductsOptions

Copy

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
@get:JvmName(name = "country")
val country: Country

set the products database country source

Link copied to clipboard
@get:JvmName(name = "frameOptions")
val frameOptions: FrameOptions

set frame compression options

Link copied to clipboard
@get:JvmName(name = "shouldReturnPromotions")
val shouldReturnPromotions: Boolean

set whether SDK should return promotions or just products

Link copied to clipboard
@get:JvmName(name = "storeDetectionOptions")
val storeDetectionOptions: StoreDetectionOptions

set store detection options